]> git.sur5r.net Git - cc65/commitdiff
Small cosmetic fix
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 22 Nov 2005 23:14:19 +0000 (23:14 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 22 Nov 2005 23:14:19 +0000 (23:14 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3669 b7a2c559-68d2-44c3-8de9-860c34a00d81

samples/Makefile

index 344c7c4716a1ae327941fbb26005641f1c4e38da..eaf28b7033d03e95f1bd3235c5dd61f05bfb4e07 100644 (file)
@@ -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 $@ $^