FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/tst_drv/Makefile @ 878:89c70b89dca5
gsm-fw: feature at-rvtmux implemented, compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 May 2015 08:02:36 +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: