FreeCalypso > hg > freecalypso-reveng
diff frbl/reconst/Makefile @ 319:f9482000b838
frbl/reconst/convert.c: almost perfect reconstruction
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 05 Mar 2020 04:48:55 +0000 |
parents | c71e3156170a |
children | 24d7d7875ee9 |
line wrap: on
line diff
--- a/frbl/reconst/Makefile Thu Mar 05 00:27:22 2020 +0000 +++ b/frbl/reconst/Makefile Thu Mar 05 04:48:55 2020 +0000 @@ -1,8 +1,9 @@ CFLAGS= -mn -mt -mw -me -pw2 CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc -OBJS= boot.disasm +OBJS= boot.obj convert.obj +DISASM= boot.disasm convert.disasm -all: ${OBJS} +all: ${OBJS} ${DISASM} %.obj: %.c ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $<