diff miscutil/Makefile @ 759:d2fccd82a83e

ti2arfcn utility added to miscutil
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 27 Nov 2020 04:39:38 +0000
parents b8cb116a7dc7
children 8ddb16a37273
line wrap: on
line diff
--- a/miscutil/Makefile	Fri Nov 27 03:53:11 2020 +0000
+++ b/miscutil/Makefile	Fri Nov 27 04:39:38 2020 +0000
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 PROGS=	arfcn2ti fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv \
 	fc-serterm fc-tch2fr fc-vm2hex imei-luhn make-imeisv mokosrec2bin \
-	srec-regions
+	srec-regions ti2arfcn
 SCRIPTS=c139explore pirexplore
 
 INSTALL_PREFIX=	/opt/freecalypso
@@ -58,6 +58,9 @@
 srec-regions:	srec-regions.c
 	${CC} ${CFLAGS} -o $@ $@.c
 
+ti2arfcn:	ti2arfcn.c
+	${CC} ${CFLAGS} -o $@ $@.c
+
 install:
 	mkdir -p ${INSTBIN}
 	install -c ${PROGS} ${SCRIPTS} ${INSTBIN}