Commit b7dae3af authored by Stefane Fermigier's avatar Stefane Fermigier

Cleanup pycache dirs from Makefile.

parent d4a63790
......@@ -44,6 +44,7 @@ clean:
@echo Cleaning Source
@rm -fr build
@rm -f *.py[co] */*.py[co] */*/*.py[co] */*/*/*.py[co]
@rm -rf __pycache__ */__pycache__ */*/__pycache__
@rm -f *.so */*.so */*/*.so
@rm -f *.pyd */*.pyd */*/*.pyd
@rm -f *~ */*~ */*/*~
......
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