diff Makefile @ 9:ff535725e01f

g711-tone-detect program written
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 07 Mar 2024 00:05:44 -0800
parents 26383ed8b79f
children 3c5734b88c20
line wrap: on
line diff
--- a/Makefile	Wed Mar 06 21:33:49 2024 -0800
+++ b/Makefile	Thu Mar 07 00:05:44 2024 -0800
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 
-PROGDIR=test-fsk test-voice
+PROGDIR=test-fsk test-voice tone-detect
 LIBDIR=	librtpalloc libsip libutil
 SUBDIR=	${PROGDIR} ${LIBDIR}