diff options
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 |
