some clean changes in Makefile

This commit is contained in:
Johannes Findeisen 2013-05-27 01:22:57 +02:00
commit fa67ad381f

View file

@ -1,8 +1,6 @@
all: all:
clean: clean:
rm -rf docs
rm -rf log rm -rf log
find . -type f -name "*.pyc" -exec rm -f {} \; find . -type f -name "*.pyc" -exec rm -f {} \;
@ -12,3 +10,5 @@ docs:
docs-pdf: docs-pdf:
epydoc --pdf -o docs ./lib epydoc --pdf -o docs ./lib
docs-clean:
rm -rf docs