@@ -1,5 +1,7 @@
.PHONY: example
example: example.pdf
%.pdf: %.typ
TEMPLATE_SRCS := $(shell find template -type f)
%.pdf: %.typ $(TEMPLATE_SRCS)
typst compile --font-path template/fonts $<
The note is not visible to the blocked user.