2002-07-10 19:29:34 +00:00
|
|
|
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
|
2002-11-16 13:27:10 +00:00
|
|
|
grc -vlir out.cvt vlir-head vlir0 vlir1 vlir2
|
2002-07-10 19:29:34 +00:00
|
|
|
|
|
|
|
.PHONY: clean
|
|
|
|
|
|
|
|
clean:
|
2003-08-20 11:51:44 +00:00
|
|
|
-$(RM) *.o vlir-head vlir0 vlir1 vlir2 cvthead.s cvthead.cfg out.cvt
|
2002-07-10 19:29:34 +00:00
|
|
|
|
|
|
|
love:
|
|
|
|
@echo "Not war, eh?"
|