diff frtest/Makefile @ 139:be57e06bed84

factor out common part of gsmfr-cvt-dlcap, in prep for EFR
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Dec 2022 07:03:55 +0000
parents d21c68b8f16c
children 14b627682458
line wrap: on
line diff
--- a/frtest/Makefile	Tue Dec 13 06:32:25 2022 +0000
+++ b/frtest/Makefile	Tue Dec 13 07:03:55 2022 +0000
@@ -11,8 +11,8 @@
 
 all:	${PROGS}
 
-gsmfr-cvt-dlcap:	${CVT_OBJS}
-	${CC} ${CFLAGS} -o $@ ${CVT_OBJS}
+gsmfr-cvt-dlcap:	${CVT_OBJS} ${LIBTEST}
+	${CC} ${CFLAGS} -o $@ ${CVT_OBJS} ${LIBTEST}
 
 gsmfr-decode:	decode.o ${LIBDEC}
 	${CC} ${CFLAGS} -o $@ decode.o ${LIBDEC} -lgsm