1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-07 11:29:03 +00:00
cc65/samples/geos/ca65-vlir/Makefile

17 lines
337 B
Makefile
Raw Normal View History

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?"