FreeCalypso > hg > freecalypso-tools
view Makefile @ 2:803e4f4a3db6
CHANGES file added, following fc-host-tools releases
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 11 Jun 2016 01:23:37 +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: