comparison nuc-fw/riviera/Makefile @ 123:595631eee4bc

riviera hooked into nuc-fw build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 05:50:06 +0000
parents
children 7d7950d7f924
comparison
equal deleted inserted replaced
122:28f967578233 123:595631eee4bc
1 SUBDIR= rvf rvm rvt
2
3 all: ${SUBDIR}
4
5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS}
7
8 clean: FRC
9 rm -f a.out core errs
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
11
12 FRC: