3 lines
62 B
Makefile
3 lines
62 B
Makefile
|
all:
|
||
|
mkdir -p build && typst compile main.typ build/main.pdf
|