FreeCalypso > hg > freecalypso-reveng
diff 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 |
line wrap: on
line diff
--- a/frbl/reconst/Makefile Thu Mar 05 05:01:14 2020 +0000 +++ b/frbl/reconst/Makefile Thu Mar 05 06:38:36 2020 +0000 @@ -1,7 +1,7 @@ CFLAGS= -mn -mt -mw -me -pw2 CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc -OBJS= boot.obj convert.obj -DISASM= boot.disasm convert.disasm +OBJS= boot.obj command.obj convert.obj +DISASM= boot.disasm command.disasm convert.disasm all: ${OBJS} ${DISASM}