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 014a626 commit ced7e9cCopy full SHA for ced7e9c
Makefile
@@ -5,7 +5,7 @@ help:
5
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
6
7
clean: ## Removing cached python compiled files
8
- find . -name \*pyc | xargs rm -fv
+ find . -name \*pyc | xargs rm -rfv
9
find . -name \*pyo | xargs rm -fv
10
find . -name \*~ | xargs rm -fv
11
find . -name __pycache__ | xargs rm -rfv
0 commit comments