diff --git a/Makefile b/Makefile index e5e313fb39..e5de22ab31 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean-pyc: ## Remove Python artifacts. find . -name '*.pyc' -exec rm -f {} + find . -name '*.pyo' -exec rm -f {} + find . -name '*~' -exec rm -f {} + - + find . -name '__pycache__' -exec rm -R -f {} + # Testing