FreeCalypso > hg > freecalypso-tools
diff miscutil/Makefile @ 622:89e9e79a7f55
srec-regions utility written, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 27 Feb 2020 07:59:47 +0000 |
parents | 90d7c360a614 |
children | 5b8287c655cf |
line wrap: on
line diff
--- a/miscutil/Makefile Thu Feb 27 04:27:18 2020 +0000 +++ b/miscutil/Makefile Thu Feb 27 07:59:47 2020 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROGS= fc-fr2tch fc-gsm2vm fc-rgbconv fc-serterm fc-tch2fr fc-vm2hex imei-luhn\ - mokosrec2bin + mokosrec2bin srec-regions SCRIPTS=c139explore pirexplore INSTALL_PREFIX= /opt/freecalypso @@ -42,6 +42,9 @@ mokosrec2bin: mokosrec2bin.c ${CC} ${CFLAGS} -o $@ $@.c +srec-regions: srec-regions.c + ${CC} ${CFLAGS} -o $@ $@.c + install: mkdir -p ${INSTBIN} install -c ${PROGS} ${SCRIPTS} ${INSTBIN}