diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-24 12:07:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-24 12:07:52 +0900 |
| commit | 8b2dbea5f367bf925f2370a753dddb4c6af0cc0d (patch) | |
| tree | 1b12c186def3c4b66a7ca42b6a54250387627bb3 /justfile | |
| parent | af847a4fd3a2dbcc6840944e0385b5c2830b13aa (diff) | |
| download | phpconkagawa-2025-slides-8b2dbea5f367bf925f2370a753dddb4c6af0cc0d.tar.gz phpconkagawa-2025-slides-8b2dbea5f367bf925f2370a753dddb4c6af0cc0d.tar.zst phpconkagawa-2025-slides-8b2dbea5f367bf925f2370a753dddb4c6af0cc0d.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..7789d7e --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +build: + typst compile slides.typ + +compile-plugin: + #!/usr/bin/env bash + cd plugins/tokenize-ja/ + cargo build --release + cp target/wasm32-unknown-unknown/release/typst_plugin_tokenize_ja.wasm tokenize-ja.wasm |
