Files
tultemplate2/Makefile
2025-09-23 14:52:20 +02:00

6 lines
96 B
Makefile

.PHONY: example
example: example.pdf
%.pdf: %.typ
typst compile --font-path template/fonts $<