comparison rvinterf/Makefile @ 329:d9f5630e900d

rvinterf/misc included in the build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 21 Apr 2014 02:14:34 +0000
parents 100192a92472
children 28b4d3c9e85d
comparison
equal deleted inserted replaced
328:5d9001f0c3aa 329:d9f5630e900d
1 SUBDIR= etmsync lowlevel tmsh 1 SUBDIR= etmsync lowlevel misc 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}