FreeCalypso > hg > freecalypso-tools
view Makefile @ 18:d9307880f59f
doc/RVTMUX: reference to TI's tmffs.c source updated for the repository split
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 19 Oct 2016 01:51:05 +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: