3 lines
87 B
Makefile
3 lines
87 B
Makefile
|
all:
|
||
|
mkdir -p build && typst compile --font-path assets/fonts main.typ build/main.pdf
|