diff --git a/Makefile b/Makefile index 50357b3ec..72b351346 100644 --- a/Makefile +++ b/Makefile @@ -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 $@)