chore: fixed formating and adjusting other components

This commit is contained in:
2026-01-15 10:02:52 +01:00
parent e82400dfd2
commit ff48aad56d
4 changed files with 32 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ stats.lines:
@find . \( -path '*/node_modules' -o -path '*/.venv' -o -path '*/venv' \) -prune -o \
\( -name "*.ts" -o -name "*.py" \) -type f -print0 | xargs -0 cat | wc -l
.PHONY wordcount
.PHONY: wordcount
wordcount:
@echo "Counting words in main text (excluding appendix)..."
@texcount -nosub -total -sum -1 \
@@ -92,4 +92,4 @@ watch: pdf.watch
run.webapp: web.dev
test: test.backend
count-lines: stats.lines
all: pdf.build
all: pdf.build