Makefile: remove echo action from all target

This commit is contained in:
Yukihiro Matsumoto
2012-05-15 16:40:45 +09:00
parent 5a8496df4a
commit 1bc0c12096
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -36,7 +36,6 @@ ALL_CFLAGS = -Wall -Werror-implicit-function-declaration $(CFLAGS)
.PHONY : all
all : $(TARGET)
@echo "make: built targets of `pwd`"
# executable constructed using linker from object files
$(TARGET) : $(OBJS) $(OBJY)