diff Makefile @ 10:3c5734b88c20

sipout-test-v22 put together
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 07 Mar 2024 02:33:49 -0800
parents ff535725e01f
children f7321b25195e
line wrap: on
line diff
--- a/Makefile	Thu Mar 07 00:05:44 2024 -0800
+++ b/Makefile	Thu Mar 07 02:33:49 2024 -0800
@@ -1,13 +1,14 @@
 CC=	gcc
 CFLAGS=	-O2
 
-PROGDIR=test-fsk test-voice tone-detect
+PROGDIR=test-fsk test-v22 test-voice tone-detect
 LIBDIR=	librtpalloc libsip libutil
 SUBDIR=	${PROGDIR} ${LIBDIR}
 
 all:	${SUBDIR}
 
 test-fsk:	librtpalloc libsip libutil
+test-v22:	librtpalloc libsip libutil
 test-voice:	librtpalloc libsip libutil
 
 ${SUBDIR}: FRC