FreeCalypso > hg > freecalypso-reveng
diff frbl/reconst/Makefile @ 316:2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 04 Mar 2020 23:41:51 +0000 |
parents | |
children | c71e3156170a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/frbl/reconst/Makefile Wed Mar 04 23:41:51 2020 +0000 @@ -0,0 +1,11 @@ +CFLAGS= -mn -mt -mw -me -pw2 +CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc +OBJS= boot.obj + +all: ${OBJS} + +%.obj: %.c + ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< + +clean: + rm -f *.obj