FreeCalypso > hg > vband-misc
view Makefile @ 18:6bcb8e4ea669
add top README
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 17 Apr 2024 00:03:31 +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: