diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..8f7a4b7 --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +show: + pdfpc -g slides.pdf + +build: + typst compile slides.typ + +watch: + typst watch slides.typ |
