FreeCalypso > hg > gsm-codec-lib
diff Makefile @ 12:f88817a233fb
gsmfr-decode test program written
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 20 Nov 2022 00:44:26 +0000 |
| parents | 4229247843c0 |
| children | 851ca64e38e9 |
line wrap: on
line diff
--- a/Makefile Sun Nov 20 00:31:42 2022 +0000 +++ b/Makefile Sun Nov 20 00:44:26 2022 +0000 @@ -1,9 +1,11 @@ CC= gcc CFLAGS= -O2 -SUBDIR= dev libgsmfrp libtest +SUBDIR= dev frtest libgsmfrp libtest all: ${SUBDIR} +frtest: libgsmfrp libtest + ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"
