example for creating VLIR binary using ca65
git-svn-id: svn://svn.cc65.org/cc65/trunk@1341 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
16
samples/geos/ca65-vlir/Makefile
Normal file
16
samples/geos/ca65-vlir/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
vlink 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?"
|
||||
Reference in New Issue
Block a user