FreeCalypso > hg > gsm-codec-lib
diff amrefr/Makefile @ 436:e80632ccb745
simplify test program Makefiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 08 May 2024 05:32:27 +0000 |
| parents | ba5031723ab6 |
| children | 3eadaef8b28f |
line wrap: on
line diff
--- a/amrefr/Makefile Wed May 08 05:25:47 2024 +0000 +++ b/amrefr/Makefile Wed May 08 05:32:27 2024 +0000 @@ -8,7 +8,7 @@ all: ${PROGS} amrefr-tseq-enc: tseq-enc.o tseq-enc-common.o ${LIBEFR} ${LIBAMR} - ${CC} ${CFLAGS} -o $@ tseq-enc.o tseq-enc-common.o ${LIBEFR} ${LIBAMR} + ${CC} ${CFLAGS} -o $@ $^ tseq-enc-common.o: ../efrtest/etsi-enc-common.c ${CC} ${CFLAGS} -c -o $@ $<
