FreeCalypso > hg > freecalypso-sw
view gsm-fw/services/Makefile @ 212:3ebe6409e8bc
gsm-fw/services/ffs: task.c integrated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 04:15:30 +0000 |
parents | df335d255ac4 |
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: