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