FreeCalypso > hg > freecalypso-tools
diff miscutil/Makefile @ 744:2dcfad8a3ed0
make-imeisv utility written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Oct 2020 06:35:35 +0000 |
parents | 5b8287c655cf |
children | b8cb116a7dc7 |
line wrap: on
line diff
--- a/miscutil/Makefile Sun Oct 11 21:20:48 2020 +0000 +++ b/miscutil/Makefile Mon Oct 19 06:35:35 2020 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROGS= fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv fc-serterm \ - fc-tch2fr fc-vm2hex imei-luhn mokosrec2bin srec-regions + fc-tch2fr fc-vm2hex imei-luhn make-imeisv mokosrec2bin srec-regions SCRIPTS=c139explore pirexplore INSTALL_PREFIX= /opt/freecalypso @@ -45,6 +45,9 @@ imei-luhn: imei-luhn.c ${CC} ${CFLAGS} -o $@ $@.c +make-imeisv: make-imeisv.c + ${CC} ${CFLAGS} -o $@ $@.c + mokosrec2bin: mokosrec2bin.c ${CC} ${CFLAGS} -o $@ $@.c