From: Christian Groessler Date: Mon, 24 Mar 2014 11:23:24 +0000 (+0100) Subject: make ld65 invocation silent again X-Git-Tag: V2.15~93^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F98%2Fhead;p=cc65 make ld65 invocation silent again --- diff --git a/samples/Makefile b/samples/Makefile index 5f3b8687e..79988ea70 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -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