FreeCalypso > hg > freecalypso-hwlab
diff simtool/Makefile @ 98:66c0cb0e9876
fc-simtool: telecom-sum (summary info) command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 24 Jan 2021 22:46:41 +0000 |
parents | a5dfab380a90 |
children | 2e35070d289f |
line wrap: on
line diff
--- a/simtool/Makefile Sun Jan 24 22:16:33 2021 +0000 +++ b/simtool/Makefile Sun Jan 24 22:46:41 2021 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 -I/usr/include/PCSC PROG= fc-simtool OBJS= apdu.o atr.o cardconnect.o dispatch.o globals.o hexdump.o hlread.o \ - main.o names.o readcmd.o readops.o select.o + main.o names.o readcmd.o readops.o select.o telsum.o all: ${PROG}