1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-18 00:29:02 +00:00
cc65/samples/geos/ca65-vlir/Makefile
izydorst a68be3c601 replaced reference to vlink utility with grc call with proper options
git-svn-id: svn://svn.cc65.org/cc65/trunk@1527 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-16 13:27:10 +00:00

17 lines
337 B
Makefile

all: vlir0.s vlir1.s vlir2.s cvthead.grc
grc cvthead.grc
ca65 cvthead.s
ca65 vlir0.s
ca65 vlir1.s
ca65 vlir2.s
ld65 -C cvthead.cfg cvthead.o vlir0.o vlir1.o vlir2.o
grc -vlir out.cvt vlir-head vlir0 vlir1 vlir2
.PHONY: clean
clean:
-rm *.o vlir-head vlir0 vlir1 vlir2 cvthead.s cvthead.cfg out.cvt
love:
@echo "Not war, eh?"