Remove index.html files

This commit is contained in:
Pim van Pelt
2025-12-03 00:23:54 +01:00
parent 07c372e6d2
commit 2274372119

View File

@@ -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"
@echo " help - Show this help message"