Skip to content
Snippets Groups Projects
Commit 9b2dd03b authored by Sivecano's avatar Sivecano
Browse files

add makefile to example

parent 2ee00783
No related branches found
No related tags found
No related merge requests found
TYPST_ROOT!=git rev-parse --show-toplevel
WATCH=example.pdf
all : example.pdf
%.pdf : %.typ
typst c --root $(TYPST_ROOT) $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment