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"