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
This commit is contained in:
@@ -5,7 +5,7 @@ all: vlir0.s vlir1.s vlir2.s cvthead.grc
|
|||||||
ca65 vlir1.s
|
ca65 vlir1.s
|
||||||
ca65 vlir2.s
|
ca65 vlir2.s
|
||||||
ld65 -C cvthead.cfg cvthead.o vlir0.o vlir1.o vlir2.o
|
ld65 -C cvthead.cfg cvthead.o vlir0.o vlir1.o vlir2.o
|
||||||
vlink out.cvt vlir-head vlir0 vlir1 vlir2
|
grc -vlir out.cvt vlir-head vlir0 vlir1 vlir2
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user