]> git.sur5r.net Git - cc65/commitdiff
make ld65 invocation silent again 98/head
authorChristian Groessler <chris@groessler.org>
Mon, 24 Mar 2014 11:23:24 +0000 (12:23 +0100)
committerChristian Groessler <chris@groessler.org>
Mon, 24 Mar 2014 11:23:24 +0000 (12:23 +0100)
samples/Makefile

index 5f3b8687e0cb020bc98c6fd8ef3d4eaaf616d536..79988ea7085fdff2f2118d652ba47251eafb755f 100644 (file)
@@ -81,7 +81,7 @@ LDFLAGS_tgidemo_atari = -D __RESERVED_MEMORY__=0x2000
 .PRECIOUS: %.o
 
 .o:
-       $(LD) $(LDFLAGS_$(basename $@)_$(SYS)) -o $@ -t $(SYS) -m $@.map $^ $(CLIB)
+       @$(LD) $(LDFLAGS_$(basename $@)_$(SYS)) -o $@ -t $(SYS) -m $@.map $^ $(CLIB)
 
 # --------------------------------------------------------------------------
 # List of executables. This list could be made target dependent by checking