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