comparison frbl/reconst/Makefile @ 321:24d7d7875ee9

frbl/reconst/command.c: first function reconstructed
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 05 Mar 2020 06:38:36 +0000
parents f9482000b838
children 0029db632547
comparison
equal deleted inserted replaced
320:20feaf83c661 321:24d7d7875ee9
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 convert.obj 3 OBJS= boot.obj command.obj convert.obj
4 DISASM= boot.disasm convert.disasm 4 DISASM= boot.disasm command.disasm convert.disasm
5 5
6 all: ${OBJS} ${DISASM} 6 all: ${OBJS} ${DISASM}
7 7
8 %.obj: %.c 8 %.obj: %.c
9 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< 9 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $<