no echo in Makefile

This commit is contained in:
mdipierro
2013-08-30 17:38:49 +02:00
committed by Michele Comitini
parent d70a13e412
commit 0bf787ae5e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
all:
echo "The Makefile is used to build the distribution."
echo "In order to run web2py you do not need to make anything."
echo "just run web2py.py"
@echo "The Makefile is used to build the distribution."
@echo "In order to run web2py you do not need to make anything."
@echo "just run web2py.py"
clean:
rm -f httpserver.log
rm -f parameters*.py
+1 -1
View File
@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.08.25.20.38.30
Version 2.6.0-development+timestamp.2013.08.25.21.18.45