FreeCalypso > hg > freecalypso-sw
view gsm-fw/services/Makefile @ 219:2beb88a3d528
gsm-fw links with FFS included
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 20:24:53 +0000 |
parents | 3ebe6409e8bc |
children | 02e80fcc3a5a |
line wrap: on
line source
SUBDIR= etm ffs 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: