FreeCalypso > hg > freecalypso-hwlab
diff simtool/Makefile @ 88:91486a77643e
fc-simtool: implement hex display of full SIM responses
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 24 Jan 2021 05:09:48 +0000 |
parents | 2a0d1d5b9313 |
children | 53e2c00566af |
line wrap: on
line diff
--- a/simtool/Makefile Sun Jan 24 03:43:01 2021 +0000 +++ b/simtool/Makefile Sun Jan 24 05:09:48 2021 +0000 @@ -1,7 +1,8 @@ CC= gcc CFLAGS= -O2 -I/usr/include/PCSC PROG= fc-simtool -OBJS= apdu.o atr.o cardconnect.o dispatch.o globals.o main.o names.o select.o +OBJS= apdu.o atr.o cardconnect.o dispatch.o globals.o hexdump.o main.o \ + names.o select.o all: ${PROG}