FreeCalypso > hg > freecalypso-reveng
view leo-obj/Makefile @ 280:493bfe847128
compal/c139-{rssi,txcal}: results of C139 to CMU200 experiment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 17 Feb 2019 00:42:34 +0000 |
parents | 4b97cf9a90f0 |
children |
line wrap: on
line source
OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_ext l1_custom_int \ l1_dyn_dwl l1_ext l1_int l1_pei main osx_na7_db tpudrv SUBDIR= ${OBJDIRS} tool all: ${SUBDIR} ${OBJDIRS}: tool ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: