diff --git a/tasks/dev.mk b/tasks/dev.mk index f3b59d00cb..9bc1bc10b4 100644 --- a/tasks/dev.mk +++ b/tasks/dev.mk @@ -12,6 +12,7 @@ uninstall: ## Delete builds and compiled python files. clean: \ $(shell ls -d * | grep "build\|dist") \ + $(shell find . -name "*.egg-info") $(shell find . -name "*.pyc") @$(call print_help,$@:) @rm -rf $?