From 9657f4b75b7fcec311bb93b969e3d1fe71dbad6b Mon Sep 17 00:00:00 2001 From: Matej-Zucha-TUL Date: Wed, 1 Oct 2025 13:07:13 +0200 Subject: [PATCH] Fix typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7730c77..623eefc 100644 --- a/Makefile +++ b/Makefile @@ -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