comparison simtool/Makefile @ 90:53e2c00566af

fc-simtool: readbin command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 Jan 2021 18:18:04 +0000
parents 91486a77643e
children 0ead9444a698
comparison
equal deleted inserted replaced
89:fb75855a74a9 90:53e2c00566af
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 -I/usr/include/PCSC 2 CFLAGS= -O2 -I/usr/include/PCSC
3 PROG= fc-simtool 3 PROG= fc-simtool
4 OBJS= apdu.o atr.o cardconnect.o dispatch.o globals.o hexdump.o main.o \ 4 OBJS= apdu.o atr.o cardconnect.o dispatch.o globals.o hexdump.o main.o \
5 names.o select.o 5 names.o readcmd.o select.o
6 6
7 all: ${PROG} 7 all: ${PROG}
8 8
9 ${PROG}: ${OBJS} 9 ${PROG}: ${OBJS}
10 ${CC} ${CFLAGS} -o $@ ${OBJS} -lpcsclite 10 ${CC} ${CFLAGS} -o $@ ${OBJS} -lpcsclite