5 lines
83 B
Makefile
5 lines
83 B
Makefile
all: exam/demo.pdf lab/demo.pdf
|
|
|
|
%.pdf: %.typ
|
|
typst compile --input mode=notes $<
|