From cd7dd2ad2b97a84ad32813d921e5bfb2920e7b7c Mon Sep 17 00:00:00 2001 From: Rick Porter Date: Fri, 6 Feb 2026 19:17:12 -0500 Subject: [PATCH] Cleanup a couple Makefile comments --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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`