Skip to content

Commit 86cd8ff

Browse files
committed
add __pycache__ to clean-pyc target of Makefile
1 parent 4d8fc36 commit 86cd8ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ trailing-spaces:
3232

3333
clean-pyc:
3434
find . -name "*.pyc" | xargs rm -f
35+
find . -name "__pycache__" -type d | xargs rm -rf
3536

3637
clean-so:
3738
find . -name "*.so" | xargs rm -f

0 commit comments

Comments
 (0)