FreeCalypso > hg > freecalypso-hwlab
diff simtool/Makefile @ 101:454ff8bd0b83
fc-simtool: update-bin command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 25 Jan 2021 01:54:43 +0000 |
parents | fa7005185b84 |
children | 90eff13a72fd |
line wrap: on
line diff
--- a/simtool/Makefile Mon Jan 25 01:23:54 2021 +0000 +++ b/simtool/Makefile Mon Jan 25 01:54:43 2021 +0000 @@ -1,9 +1,9 @@ CC= gcc 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 saverestore.o select.o telsum.o \ - writeops.o +OBJS= apdu.o atr.o cardconnect.o dispatch.o globals.o hexdump.o hexread.o \ + hlread.o main.o names.o readcmd.o readops.o saverestore.o select.o \ + telsum.o writecmd.o writeops.o all: ${PROG}