FreeCalypso > hg > gsm-codec-lib
diff Makefile @ 23:baadb1cb744d
new debug utility gsmrec-dump
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 20 Nov 2022 08:05:32 +0000 |
parents | b82ac486c1d7 |
children | c337661d2ab5 |
line wrap: on
line diff
--- a/Makefile Sun Nov 20 06:48:54 2022 +0000 +++ b/Makefile Sun Nov 20 08:05:32 2022 +0000 @@ -2,14 +2,15 @@ CFLAGS= -O2 SUBDIR_LIBPROD= libgsmfrp -SUBDIR_UTILS= frtest pcap +SUBDIR_UTILS= frtest miscutil pcap SUBDIR_INT= dev libtest SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT} all: ${SUBDIR} -frtest: libgsmfrp libtest +frtest: libgsmfrp libtest +miscutil: libtest ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"