edited makefile

This commit is contained in:
mdipierro
2012-08-23 12:44:31 -05:00
parent 9bd008021d
commit b3a8047ba3
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,3 +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"
clean:
rm -f httpserver.log
rm -f parameters*.py
@@ -13,10 +17,6 @@ clean:
find ./applications/examples/ -name '.*' -exec rm -f {} \;
find ./applications/welcome/ -name '.*' -exec rm -f {} \;
find ./ -name '*.pyc' -exec rm -f {} \;
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"
epydoc:
### build epydoc
rm -f -r applications/examples/static/epydoc/
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-23 11:11:38) dev
Version 2.00.0 (2012-08-23 12:44:28) dev