FreeCalypso > hg > fc-rfcal-tools
comparison Makefile @ 91:c3f9d10a3039
top Makefile: scripts added to SUBDIR
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 17 Jul 2017 06:12:53 +0000 |
parents | 0937d34fb3ba |
children |
comparison
equal
deleted
inserted
replaced
90:713749548df6 | 91:c3f9d10a3039 |
---|---|
1 SUBDIR= autocal cmu200 tsid-test txlevels vcxo-manual | 1 SUBDIR= autocal cmu200 scripts tsid-test txlevels vcxo-manual |
2 | 2 |
3 all: ${SUBDIR} | 3 all: ${SUBDIR} |
4 | 4 |
5 ${SUBDIR}: FRC | 5 ${SUBDIR}: FRC |
6 cd $@; ${MAKE} ${MFLAGS} | 6 cd $@; ${MAKE} ${MFLAGS} |