Skip to content

Commit 24d05d7

Browse files
committed
Improved make clean
1 parent 93e5343 commit 24d05d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ help:
99
@echo " test to run tests with every python interpreter available."
1010

1111
clean:
12+
@rm -fr 'dist/'
13+
@rm -fr 'build/'
1214
@find . -path '*/.*' -prune -o -name '__pycache__' -exec rm -fr {} +
1315
@find . -path '*/.*' -prune -o -name '*.egg-info' -exec rm -fr {} +
1416
@find . -path '*/.*' -prune -o -name '*.py[co]' -exec rm -fr {} +

0 commit comments

Comments
 (0)