FreeCalypso > hg > freecalypso-reveng
comparison 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 |
comparison
equal
deleted
inserted
replaced
318:4e1d7ce0ee71 | 319:f9482000b838 |
---|---|
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.disasm | 3 OBJS= boot.obj convert.obj |
4 DISASM= boot.disasm convert.disasm | |
4 | 5 |
5 all: ${OBJS} | 6 all: ${OBJS} ${DISASM} |
6 | 7 |
7 %.obj: %.c | 8 %.obj: %.c |
8 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< | 9 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< |
9 | 10 |
10 %.disasm: %.obj | 11 %.disasm: %.obj |