FreeCalypso > hg > freecalypso-tools
view Makefile @ 12:869ce9f61a67
fc-fsio format command: buglet in the usage error handling
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 03 Oct 2016 05:54:21 +0000 |
parents | e7502631a0f9 |
children | 5534402344dc |
line wrap: on
line source
SUBDIR= ffstools lcdemu loadtools miscutil rvinterf 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: