diff --git a/samples/geos/ca65-vlir/Makefile b/samples/geos/ca65-vlir/Makefile index 4814d1959..ff7f4f9cc 100644 --- a/samples/geos/ca65-vlir/Makefile +++ b/samples/geos/ca65-vlir/Makefile @@ -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