FreeCalypso > hg > fc-rfcal-tools
view Makefile @ 130:634995d55601
fc-cmu200d power-meas: propagate ramp status from the instrument
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 20 Dec 2021 02:36:02 +0000 |
parents | c3f9d10a3039 |
children |
line wrap: on
line source
SUBDIR= autocal cmu200 scripts tsid-test txlevels 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: