Prepare for march

This commit is contained in:
2026-02-14 16:28:50 +01:00
parent ebd4062853
commit 8d796ed247
6 changed files with 333 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ output: ensure-build
# Build document and open in zathura
build: output
rm main.pdf || true
rm build/main.pdf || true
typst compile main.typ build/main.pdf
zathura build/main.pdf >/dev/zero 2>&1 & disown