We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1af47 commit 5a3ccebCopy full SHA for 5a3cceb
Makefile
@@ -58,8 +58,8 @@ publish: install
58
$(MAKE) clean
59
60
clean:
61
- @rm -Rf *.egg .cache .coverage .tox build dist docs/build htmlcov
62
- @find -depth -type d -name __pycache__ -exec rm -Rf {} \;
63
- @find -type f -name '*.pyc' -delete
+ @rm -Rf *.egg .eggs *.egg-info *.db .cache .coverage .tox build dist docs/build htmlcov doc/_build test/.Python test/pip-selfcheck.json test/lib/ test/include/ test/bin/
+ @find . -depth -type d -name __pycache__ -exec rm -Rf {} \;
+ @find . -type f -name '*.pyc' -delete
64
65
.PHONY: default install reset check test tox docs publish clean
0 commit comments