FreeCalypso > hg > freecalypso-reveng
view frbl/reconst/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 | 0029db632547 |
children |
line wrap: on
line source
CFLAGS= -mn -mt -mw -me -pw2 CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc OBJS= boot.obj command.obj convert.obj serial.obj DISASM= boot.disasm command.disasm convert.disasm serial.disasm all: ${OBJS} ${DISASM} %.obj: %.c ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< %.disasm: %.obj tiobjd $< disasm > $@ clean: rm -f *.obj *.disasm