]> git.sur5r.net Git - cc65/blob - samples/geos/ca65-vlir/Makefile
5f6dfcdf22b982810ef1ea50770b37efad583963
[cc65] / samples / geos / ca65-vlir / Makefile
1 all: vlir0.s vlir1.s vlir2.s cvthead.grc
2         grc cvthead.grc
3         ca65 cvthead.s
4         ca65 vlir0.s
5         ca65 vlir1.s
6         ca65 vlir2.s
7         ld65 -C cvthead.cfg cvthead.o vlir0.o vlir1.o vlir2.o
8         grc -vlir out.cvt vlir-head vlir0 vlir1 vlir2
9
10 .PHONY: clean
11
12 clean:
13         -$(RM) *.o vlir-head vlir0 vlir1 vlir2 cvthead.s cvthead.cfg out.cvt
14
15 love:
16         @echo "Not war, eh?"