diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 19:50:10 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 19:50:10 -0500 |
| commit | 19d831c5b1d56070c193d0c8310272f34ad3160d (patch) | |
| tree | e3886c715fbd0f63930d4a43f964ea1e575785ba /Justfile | |
| parent | ea5db5846bc700f0da912225ddcb4be372359044 (diff) | |
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..e3e37c2 --- /dev/null +++ b/Justfile @@ -0,0 +1,4 @@ +set shell := ["cmd.exe", "/c"]
+
+build:
+ cargo install --path . --debug --target-dir target
\ No newline at end of file |
