diff --git a/Makefile b/Makefile index 8f180ef..3aa3161 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,8 @@ default: help ########### ##@ General -all: lint cov wheel ## Complete cycle: generate/lint/test everything +all: lint cov wheel ## Complete cycle: lint/test everything -# NOTE: due to example sub-projects, clean up all occurrances of these files/directories clean: ## Remove build/test artifacts rm -rf `find . -name __pycache__` rm -rf `find . -name .pytest_cache`