comparison rvinterf/Makefile @ 260:c146f38d2b5f

rvinterf subdir structure made a little more sensible
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 05 Feb 2014 04:02:13 +0000
parents faa31a47f102
children 100192a92472
comparison
equal deleted inserted replaced
259:35113b1964d3 260:c146f38d2b5f
1 SUBDIR= etm lowlevel 1 SUBDIR= lowlevel tmsh
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}