Add all faculties, add watch_example target

This commit is contained in:
Matej-Zucha-TUL
2025-10-01 13:04:33 +02:00
parent a5be430777
commit cae85646e6
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
view_example: example.pdf
xdg-open $<
PHONY: watch_example
watch_example:
typst watch --font-path template/fonts example.typ & xdg-open example.pdf
.PHONY: example
example: example.pdf