comparison 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
comparison
equal deleted inserted replaced
315:bc3391aa3d35 316:2ceb1f263e19
1 CFLAGS= -mn -mt -mw -me -pw2
2 CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc
3 OBJS= boot.obj
4
5 all: ${OBJS}
6
7 %.obj: %.c
8 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $<
9
10 clean:
11 rm -f *.obj