summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 11a00b41c..3fbcd25f5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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)