some clean changes in Makefile
This commit is contained in:
parent
dd05fd324f
commit
a6fa48f87c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue