added cleaning pyc files
This commit is contained in:
parent
50379d59ba
commit
24766bdfa0
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -151,6 +151,7 @@ clean:
|
||||||
rm -rf docs/js
|
rm -rf docs/js
|
||||||
@echo "Cleaning up authors file"
|
@echo "Cleaning up authors file"
|
||||||
rm -f AUTHORS.TXT
|
rm -f AUTHORS.TXT
|
||||||
|
find . -type f -name '*.pyc' -delete
|
||||||
|
|
||||||
python:
|
python:
|
||||||
$(PYTHON) setup.py build
|
$(PYTHON) setup.py build
|
||||||
|
|
Loading…
Reference in a new issue