FreeCalypso > hg > freecalypso-sw
view gsm-fw/g23m-glue/Makefile @ 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 | 91ed96b28c7a |
children |
line wrap: on
line source
SUBDIR= cst gdi 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: