FreeCalypso > hg > efr-experiments
view Makefile @ 5:799b56cbccb6
EFR2 decoder: add post-processing step from AMR
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 03 Apr 2024 06:09:10 +0000 |
| parents | 5d7a6bc6960f |
| children |
line wrap: on
line source
SUBDIR= efr2 std all: ${SUBDIR} ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC:
