summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-12-08 19:50:10 -0500
committerMica White <botahamec@outlook.com>2025-12-08 19:50:10 -0500
commit19d831c5b1d56070c193d0c8310272f34ad3160d (patch)
treee3886c715fbd0f63930d4a43f964ea1e575785ba /Justfile
parentea5db5846bc700f0da912225ddcb4be372359044 (diff)
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
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