FreeCalypso > hg > sipout-test-utils
diff Makefile @ 2:26383ed8b79f
test-fsk: starting as a copy of test-voice
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Mar 2024 21:03:19 -0800 |
parents | 38c4d09882f6 |
children | ff535725e01f |
line wrap: on
line diff
--- a/Makefile Sun Mar 03 23:25:15 2024 -0800 +++ b/Makefile Mon Mar 04 21:03:19 2024 -0800 @@ -1,12 +1,13 @@ CC= gcc CFLAGS= -O2 -PROGDIR=test-voice +PROGDIR=test-fsk test-voice LIBDIR= librtpalloc libsip libutil SUBDIR= ${PROGDIR} ${LIBDIR} all: ${SUBDIR} +test-fsk: librtpalloc libsip libutil test-voice: librtpalloc libsip libutil ${SUBDIR}: FRC