1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00

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:
izydorst 2002-11-16 13:27:10 +00:00
parent a3c8336725
commit a68be3c601

View File

@ -5,7 +5,7 @@ all: vlir0.s vlir1.s vlir2.s cvthead.grc
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
grc -vlir out.cvt vlir-head vlir0 vlir1 vlir2
.PHONY: clean