Fix typo in Makefile

This commit is contained in:
Matej-Zucha-TUL
2025-10-01 13:07:13 +02:00
parent cae85646e6
commit 9657f4b75b

View File

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