FreeCalypso > hg > fc-sim-tools
diff uicc/Makefile @ 92:5560261fc516
fc-uicc-tool: erase-file ported over from fc-simtool
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Apr 2021 04:55:02 +0000 |
parents | abef3d5668b9 |
children |
line wrap: on
line diff
--- a/uicc/Makefile Sun Apr 11 04:44:34 2021 +0000 +++ b/uicc/Makefile Sun Apr 11 04:55:02 2021 +0000 @@ -2,9 +2,9 @@ CFLAGS= -O2 CPPFLAGS=-I../libcommon PROG= fc-uicc-tool -OBJS= bfsearch.o cmdtab.o createfile.o dumpdir.o getresp.o hlread.o main.o \ - pins.o readcmd.o readef.o readops.o restorebin.o savebin.o select.o \ - sws.o writecmd.o writeops.o +OBJS= bfsearch.o cmdtab.o createfile.o dumpdir.o erasefile.o getresp.o \ + hlread.o main.o pins.o readcmd.o readef.o readops.o restorebin.o \ + savebin.o select.o sws.o writecmd.o writeops.o LIBS= ../libcommon/libcommon.a ../libutil/libutil.a INSTALL_PREFIX= /opt/freecalypso