6 lines
96 B
Makefile
6 lines
96 B
Makefile
.PHONY: example
|
|
example: example.pdf
|
|
|
|
%.pdf: %.typ
|
|
typst compile --font-path template/fonts $<
|