Commit fdb36b4e by Brian Coca

Merge pull request #10270 from bcoca/make_clean_pyc

added cleaning pyc files
parents 2b037400 24766bdf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment