comparison gsm-fw/services/Makefile @ 167:df335d255ac4

gsm-fw: services subdir hooked into the build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 19 Nov 2013 05:26:02 +0000
parents
children 3ebe6409e8bc
comparison
equal deleted inserted replaced
166:13af69b6a3dc 167:df335d255ac4
1 SUBDIR= etm
2
3 all: ${SUBDIR}
4
5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS}
7
8 clean: FRC
9 rm -f *.[oa] *.out *errs
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
11
12 FRC: