FreeCalypso > hg > freecalypso-tools
view rfcal/Makefile @ 194:31d43f0e469a
fc-cmu200d skeleton started, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Apr 2017 00:45:54 +0000 |
parents | ad6df4952e33 |
children | d1eb8518f23d |
line wrap: on
line source
SUBDIR= cmu200 vcxo-manual 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 install: FRC for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done FRC: