Files
tultemplate2/tests/make.mk

7 lines
128 B
Makefile

.PHONY: test_%
test_%: tests/%.pdf
xdg-open $<
tests/%.pdf: tests/%.typ
typst compile --root . --font-path template/fonts $<