FreeCalypso > hg > freecalypso-hwlab
diff uicc/Makefile @ 133:f3bdefbeae38
fc-uicc-tool: readbin and readrec commands implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 04 Feb 2021 01:45:16 +0000 |
parents | f691a19f191d |
children | 69628bcfec17 |
line wrap: on
line diff
--- a/uicc/Makefile Thu Feb 04 01:36:54 2021 +0000 +++ b/uicc/Makefile Thu Feb 04 01:45:16 2021 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 -I/usr/include/PCSC PROG= fc-uicc-tool OBJS= apdu.o atr.o cardconnect.o dispatch.o exit.o globals.o hexdump.o main.o\ - names.o script.o select.o + names.o readcmd.o readops.o script.o select.o all: ${PROG}