FreeCalypso > hg > vband-misc
view Makefile @ 21:3eb407b08b4c
pcmu2efr: confirm that we got 280 distinct outputs so far
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 12 May 2024 03:15:23 +0000 |
parents | 17d8ff0944a8 |
children | 2095f3c23dad |
line wrap: on
line source
SUBDIR= amrdiff dmw pcmu2efr ringing utils all: ${SUBDIR} ringing: utils ${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: