]> git.sur5r.net Git - cc65/blobdiff - samples/Makefile
make ld65 invocation silent again
[cc65] / 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