diff frtest/Makefile @ 29:d21c68b8f16c

gsmfr-hand-test: yet another debug aid
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 21 Nov 2022 03:09:39 +0000
parents 896ce7f1d271
children be57e06bed84
line wrap: on
line diff
--- a/frtest/Makefile	Mon Nov 21 01:02:07 2022 +0000
+++ b/frtest/Makefile	Mon Nov 21 03:09:39 2022 +0000
@@ -1,6 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGS=	gsmfr-cvt-dlcap gsmfr-decode gsmfr-encode gsmfr-max-out gsmfr-preproc
+PROGS=	gsmfr-cvt-dlcap gsmfr-decode gsmfr-encode gsmfr-hand-test gsmfr-max-out\
+	gsmfr-preproc
 LIBPP=	../libgsmfrp/libgsmfrp.a
 LIBTEST=../libtest/libtest.a
 LIBDEC=	${LIBTEST} ${LIBPP}
@@ -19,6 +20,9 @@
 gsmfr-encode:	encode.o ${LIBTEST}
 	${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} -lgsm
 
+gsmfr-hand-test:	hand-test.o
+	${CC} ${CFLAGS} -o $@ hand-test.o -lgsm
+
 gsmfr-max-out:	max-out.o ${LIBDEC}
 	${CC} ${CFLAGS} -o $@ max-out.o ${LIBDEC} -lgsm