1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-10 04:25:21 +00:00

Merge pull request #98 from groessler/something_to_pull

make ld65 invocation silent again
This commit is contained in:
Oliver Schmidt
2014-03-24 13:30:35 +02:00

View File

@@ -81,7 +81,7 @@ LDFLAGS_tgidemo_atari = -D __RESERVED_MEMORY__=0x2000
.PRECIOUS: %.o .PRECIOUS: %.o
.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 # List of executables. This list could be made target dependent by checking