7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
build:
|
||
|
typst compile schilder.typ --font-path=fonts
|
||
|
|
||
|
watch:
|
||
|
typst watch schilder.typ --open --font-path=fonts
|
||
|
|