Skip to content

Commit fd64e03

Browse files
committed
Add Justfile
1 parent 52a308f commit fd64e03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
default:
2+
@just --list
3+
4+
run:
5+
cargo build && sudo -E target/debug/impala

0 commit comments

Comments
 (0)