Reverting to Makefile with suppressed printouts.

This commit is contained in:
Alan Mishchenko 2014-06-05 10:50:01 -07:00
parent 54d3c1ab42
commit 0dd2715563
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@)