FreeCalypso > hg > freecalypso-hwlab
diff simtool/Makefile @ 143:431194b772e1
fc-simtool: uicc-dump command ported over
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 04 Feb 2021 05:12:24 +0000 |
parents | 141489d31667 |
children | 1232dea1d66a |
line wrap: on
line diff
--- a/simtool/Makefile Thu Feb 04 05:06:28 2021 +0000 +++ b/simtool/Makefile Thu Feb 04 05:12:24 2021 +0000 @@ -2,9 +2,10 @@ CFLAGS= -O2 -I/usr/include/PCSC PROG= fc-simtool OBJS= a38.o alpha_decode.o alpha_valid.o apdu.o atr.o cardconnect.o chv.o \ - dispatch.o exit.o globals.o hexdump.o hexread.o hlread.o main.o names.o\ - pbcommon.o pbdump.o pberase.o pbupdate.o readcmd.o readops.o \ - saverestore.o script.o select.o sysmo.o telsum.o writecmd.o writeops.o + dispatch.o dumpdir.o exit.o globals.o hexdump.o hexread.o hlread.o \ + main.o names.o pbcommon.o pbdump.o pberase.o pbupdate.o readcmd.o \ + readops.o saverestore.o script.o select.o sysmo.o telsum.o writecmd.o \ + writeops.o INSTBIN=/opt/freecalypso/bin all: ${PROG}