view leo-obj/Makefile @ 357:ebb9377cf52c

fluid-mnf/machine.c: read operation time report message changed to match the reality of the number being in ms, not s
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 13 Mar 2020 20:56:47 +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: