From: cuz Date: Tue, 22 Nov 2005 23:14:19 +0000 (+0000) Subject: Small cosmetic fix X-Git-Tag: V2.12.0~182 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2d599e34558a6b91ce254c0be0803b5d175287c;p=cc65 Small cosmetic fix git-svn-id: svn://svn.cc65.org/cc65/trunk@3669 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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 $@ $^