X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fusing-make.sgml;h=e0e99a99cc105fc3eb25251e1d77df18ae340719;hb=b1c3daca3a847741e3fc0226e19ca92a502aa03e;hp=0c3c13a6eb138c924f6c725c2e682ea9ba225f11;hpb=bb9aa7558f724445217afd7042cb3c3e9e248970;p=cc65 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