Files
tultemplate2/Makefile
2025-09-24 08:37:37 +02:00

12 lines
223 B
Makefile

.PHONY: view_example
view_example: example.pdf
xdg-open $<
.PHONY: example
example: example.pdf
TEMPLATE_SRCS := $(shell find template -type f)
%.pdf: %.typ $(TEMPLATE_SRCS)
typst compile --font-path template/fonts $<