FreeCalypso > hg > freecalypso-reveng
view leo-obj/Makefile @ 197:cf3b4cb3d212
bootrom.notes typo fix (courtesy of pfalcon <pmiscml@gmail.com>)
author | Michael Spacefalcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 16 Apr 2015 04:12:48 +0000 |
parents | e7c5841e2f8f |
children | 0f767203114a |
line wrap: on
line source
OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int 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: