FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/tst_drv/Makefile @ 873:3be5a1b4c91a
rvinterf/Makefile: asyncshell added
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 May 2015 06:45:21 +0000 |
parents | ffb0442ffccf |
children |
line wrap: on
line source
SUBDIR= iram xip all: ${SUBDIR} ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f *.[oa] *.out *errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: