From: Oliver Schmidt Date: Tue, 6 Mar 2018 19:43:08 +0000 (+0100) Subject: CC65_HOME is gone for quite some time by now. X-Git-Tag: V2.17~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=223750cde9abc860549dc6b28c6f4d2c577e0d19;p=cc65 CC65_HOME is gone for quite some time by now. --- 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