comparison frbl/reconst/Makefile @ 317:c71e3156170a

frbl/reconst: boot.c passes compilation
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 04 Mar 2020 23:58:05 +0000
parents 2ceb1f263e19
children f9482000b838
comparison
equal deleted inserted replaced
316:2ceb1f263e19 317:c71e3156170a
1 CFLAGS= -mn -mt -mw -me -pw2 1 CFLAGS= -mn -mt -mw -me -pw2
2 CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc 2 CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc
3 OBJS= boot.obj 3 OBJS= boot.disasm
4 4
5 all: ${OBJS} 5 all: ${OBJS}
6 6
7 %.obj: %.c 7 %.obj: %.c
8 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< 8 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $<
9 9
10 %.disasm: %.obj
11 tiobjd $< disasm > $@
12
10 clean: 13 clean:
11 rm -f *.obj 14 rm -f *.obj *.disasm