some clean changes in Makefile
This commit is contained in:
parent
4daaf9c9ce
commit
fa67ad381f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
all:
|
||||
|
||||
clean:
|
||||
rm -rf docs
|
||||
rm -rf log
|
||||
find . -type f -name "*.pyc" -exec rm -f {} \;
|
||||
|
||||
|
|
@ -12,3 +10,5 @@ docs:
|
|||
docs-pdf:
|
||||
epydoc --pdf -o docs ./lib
|
||||
|
||||
docs-clean:
|
||||
rm -rf docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue