no echo in Makefile

This commit is contained in:
mdipierro
2013-08-25 21:19:35 -05:00
parent 6acc116341
commit cb80f91a4a
2 changed files with 4 additions and 4 deletions

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

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