source: clean.sh @ dc8e6ae6842c

Revision dc8e6ae6842c, 143 bytes checked in by Matthew Turk <matthewturk@…>, 18 months ago (diff)

Adding api.py modules for everthing

Line 
1find . -name "*.so" -exec rm -v {} \;
2find . -name "*.pyc" -exec rm -v {} \;
3find . -name "__config__.py" -exec rm -v {} \;
4rm -rvf build dist
Note: See TracBrowser for help on using the repository browser.