diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-06-05 10:50:01 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-06-05 10:50:01 -0700 |
commit | 0dd27155630605e55a77c763e2f5ffaaf9d99a05 (patch) | |
tree | 7239f23bf88f927350a3e45f4a450c2da8ac1fc1 | |
parent | 54d3c1ab426f60013b5b1b762de8bc304ee0bd54 (diff) | |
download | abc-0dd27155630605e55a77c763e2f5ffaaf9d99a05.tar.gz abc-0dd27155630605e55a77c763e2f5ffaaf9d99a05.tar.bz2 abc-0dd27155630605e55a77c763e2f5ffaaf9d99a05.zip |
Reverting to Makefile with suppressed printouts.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ tags: $(PROG): $(OBJ) @echo "$(MSG_PREFIX)\`\` Building binary:" $(notdir $@) - $(LD) -o $@ $^ $(LIBS) + @$(LD) -o $@ $^ $(LIBS) lib$(PROG).a: $(OBJ) @echo "$(MSG_PREFIX)\`\` Linking:" $(notdir $@) |