summaryrefslogtreecommitdiffhomepage
path: root/mrblib/Makefile
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-15 16:40:45 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-15 16:40:45 +0900
commit1bc0c12096ed667cd4bb9e5b9301f52c8b61cc02 (patch)
tree56cf0995f3105b4ef9f5995ac64d3a0449e06ad5 /mrblib/Makefile
parent5a8496df4a546dfca1d7c5c270366dca67b40c7c (diff)
downloadmruby-1bc0c12096ed667cd4bb9e5b9301f52c8b61cc02.tar.gz
mruby-1bc0c12096ed667cd4bb9e5b9301f52c8b61cc02.zip
Makefile: remove echo action from all target
Diffstat (limited to 'mrblib/Makefile')
-rw-r--r--mrblib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile
index ec4b5ec23..295082379 100644
--- a/mrblib/Makefile
+++ b/mrblib/Makefile
@@ -44,7 +44,6 @@ endif
.PHONY : all
all : $(LIBR)
- @echo "make: built targets of `pwd`"
# update libmruby.a
$(LIBR) : $(MRBC) $(MLIB)