mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
make ld65 invocation silent again
This commit is contained in:
parent
d97a46c397
commit
329aaea549
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user