FreeCalypso > hg > freecalypso-sw
view gsm-fw/services/Makefile @ 198:c9ea2f7441a5
fc-tmsh: abb[rw] commands implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 15 Dec 2013 08:48:52 +0000 |
parents | df335d255ac4 |
children | 3ebe6409e8bc |
line wrap: on
line source
SUBDIR= etm 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: