From 22743721198c7e54e5c2770de87ee60835f03610 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 3 Dec 2025 00:23:54 +0100 Subject: [PATCH] Remove index.html files --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c5e4e7..fcfd47f 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ clean: @echo "Cleaning build artifacts..." rm -f s3-genindex rm -f coverage.out coverage.html + find . -name index.html -delete @echo "Clean complete" # Wipe everything including test caches @@ -86,4 +87,4 @@ help: @echo " lint - Lint code (requires golangci-lint)" @echo " check - Run fmt, vet, lint, and test" @echo " bench - Run benchmarks" - @echo " help - Show this help message" \ No newline at end of file + @echo " help - Show this help message"