FreeCalypso > hg > freecalypso-sw
view gsm-fw/services/Makefile @ 193:f9ac53d8e999
gsm-fw/services/etm: etm_get16(): fix for bad C (sequence points violation)
while at it, fixed echo and dieid as well
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 25 Nov 2013 06:12:19 +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: