FreeCalypso > hg > freecalypso-reveng
view leo-obj/bootloader/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 | 4526143a77ce |
children |
line wrap: on
line source
OBJS= boot.obj bootloader.obj branch_in_RAM.obj cmdboot.obj command.obj \ convert.obj optboot.obj serial.obj start.obj TARGETS=$(patsubst %.obj,%.disasm,${OBJS}) TOOL= ../tool/tiobjd all: ${TARGETS} %.disasm: %.obj %.hints ${TOOL} $*.obj disasm -h $*.hints > $@ %.disasm: %.obj ${TOOL} $*.obj disasm > $@ ${TARGETS}: ${TOOL} Makefile clean: rm -f *.disasm