view 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 source

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