FreeCalypso > hg > freecalypso-tools
view rfcal/Makefile @ 233:e434df27e4d9
fc-fsio format command: don't stop scripts on NOPREFORMAT error,
i.e., if the FFS is already formatted
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 12 Aug 2017 17:31:50 +0000 |
parents | d1eb8518f23d |
children |
line wrap: on
line source
SUBDIR= cmu200 tsid-test 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: