752bbce889
* Use the now-required `compile` subcommand in the justfile * Use the new syntax for enumerated for-loops
7 lines
87 B
Makefile
7 lines
87 B
Makefile
default:
|
|
just --list
|
|
|
|
|
|
build-example:
|
|
typst compile leipzig-gloss-examples.typ
|