FreeCalypso > hg > freecalypso-reveng
view leo-obj/Makefile @ 139:acdf75463e30
tiobjd disasm: smarter logic for when the <end of section> line
should be printed
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Apr 2014 07:36:31 +0000 |
parents | 8754c410c10d |
children | db16876a2684 |
line wrap: on
line source
OBJDIRS=frame_na7_db_fl main 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: