source:
clean.sh
@
dc8e6ae6842c
| Revision dc8e6ae6842c, 143 bytes checked in by Matthew Turk <matthewturk@…>, 18 months ago (diff) |
|---|
| Line | |
|---|---|
| 1 | find . -name "*.so" -exec rm -v {} \; |
| 2 | find . -name "*.pyc" -exec rm -v {} \; |
| 3 | find . -name "__config__.py" -exec rm -v {} \; |
| 4 | rm -rvf build dist |
Note: See TracBrowser
for help on using the repository browser.
