From 223750cde9abc860549dc6b28c6f4d2c577e0d19 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 6 Mar 2018 20:43:08 +0100 Subject: [PATCH] CC65_HOME is gone for quite some time by now. --- doc/using-make.sgml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/using-make.sgml b/doc/using-make.sgml index 0c3c13a6e..e0e99a99c 100644 --- a/doc/using-make.sgml +++ b/doc/using-make.sgml @@ -58,7 +58,7 @@ SOURCES = foo.c bar.c PROGRAM = foobar ifdef CC65_TARGET -CC = $(CC65_HOME)/bin/cl65 +CC = cl65 CFLAGS = -t $(CC65_TARGET) --create-dep $(<:.c=.d) -O LDFLAGS = -t $(CC65_TARGET) -m $(PROGRAM).map else @@ -104,12 +104,6 @@ best done on the GNU Make command line like this: make CC65_TARGET=c64 -The sample Makefile presumes the variable Understanding the sample Makefile

-- 2.39.5