Updated the script to fix the all-files.org

This commit is contained in:
2026-01-04 16:42:07 +00:00
parent 8bf8810a7a
commit d841a6d615
7 changed files with 74 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: all build json fast clean norm tests help
# Default target: full build with search index
all: clean build json
all: clean json build
build:
@echo "Building project (full rebuild with search index)..."