diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-03-22 06:46:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-03-22 09:52:29 +0900 |
| commit | b73729e8d965a8962b3ef5103d37a6456b53a265 (patch) | |
| tree | a1fe2751faa0e81a0267b7f6783de6032e47092e /justfile | |
| parent | b00d51802e6a5bd5dc46d9ab64ce6376d7f0121b (diff) | |
| download | phperkaigi-2026-php-modification-slides-b73729e8d965a8962b3ef5103d37a6456b53a265.tar.gz phperkaigi-2026-php-modification-slides-b73729e8d965a8962b3ef5103d37a6456b53a265.tar.zst phperkaigi-2026-php-modification-slides-b73729e8d965a8962b3ef5103d37a6456b53a265.zip | |
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 |
