From d2d599e34558a6b91ce254c0be0803b5d175287c Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 22 Nov 2005 23:14:19 +0000 Subject: [PATCH] Small cosmetic fix git-svn-id: svn://svn.cc65.org/cc65/trunk@3669 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 344c7c471..eaf28b703 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -109,7 +109,7 @@ plasma: $(CRT0) plasma.o $(CLIB) sieve: $(CRT0) sieve.o $(CLIB) @$(LD) -t $(SYS) -m $(basename $@).map -o $@ $^ -# The apple machines need the start address adjusted for the mandelbrot demo +# The apple machines need the start address adjusted for the tgidemo ifeq "$(SYS)" "apple2" tgidemo: $(CRT0) tgidemo.o $(CLIB) @$(LD) -t $(SYS) -m $(basename $@).map --start-addr 0x4000 -o $@ $^ -- 2.39.5