FreeCalypso > hg > freecalypso-tools
view rfcal/Makefile @ 183:0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Apr 2017 07:37:26 +0000 |
parents | |
children | ad6df4952e33 |
line wrap: on
line source
SUBDIR= vcxo-manual all: ${SUBDIR} ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done install: FRC for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done FRC: