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 93e5343 commit 24d05d7Copy full SHA for 24d05d7
Makefile
@@ -9,6 +9,8 @@ help:
9
@echo " test to run tests with every python interpreter available."
10
11
clean:
12
+ @rm -fr 'dist/'
13
+ @rm -fr 'build/'
14
@find . -path '*/.*' -prune -o -name '__pycache__' -exec rm -fr {} +
15
@find . -path '*/.*' -prune -o -name '*.egg-info' -exec rm -fr {} +
16
@find . -path '*/.*' -prune -o -name '*.py[co]' -exec rm -fr {} +
0 commit comments