FreeCalypso > hg > freecalypso-sw
view Makefile.hosttools @ 895:1fa8ada742ff
gsm-fw rfcap default: triband for the Pirelli target
| author | Space Falcon <falcon@ivan.Harhan.ORG> | 
|---|---|
| date | Tue, 30 Jun 2015 19:47:12 +0000 | 
| parents | 1cb7b2b6ce18 | 
| children | 120148429b9f | 
line wrap: on
 line source
SUBDIR= ffstools 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:
