FreeCalypso > hg > freecalypso-tools
diff miscutil/Makefile @ 735:5b8287c655cf
fc-pulse-dtr and fc-pulse-rts utilities implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 15 Sep 2020 04:29:43 +0000 |
parents | 89e9e79a7f55 |
children | 2dcfad8a3ed0 |
line wrap: on
line diff
--- a/miscutil/Makefile Fri Aug 28 18:23:36 2020 +0000 +++ b/miscutil/Makefile Tue Sep 15 04:29:43 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 srec-regions +PROGS= fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv fc-serterm \ + fc-tch2fr fc-vm2hex imei-luhn mokosrec2bin srec-regions SCRIPTS=c139explore pirexplore INSTALL_PREFIX= /opt/freecalypso @@ -21,6 +21,12 @@ fc-gsm2vm: ${GSM2VM_OBJS} ${CC} ${CFLAGS} -o $@ ${GSM2VM_OBJS} +fc-pulse-dtr: fc-pulse-dtr.c + ${CC} ${CFLAGS} -o $@ $@.c + +fc-pulse-rts: fc-pulse-rts.c + ${CC} ${CFLAGS} -o $@ $@.c + fc-rgbconv: fc-rgbconv.c ${CC} ${CFLAGS} -o $@ $@.c