adding justfile
This commit is contained in:
parent
d92bd4acfb
commit
76396a6b6c
4 changed files with 7496 additions and 2 deletions
12
justfile
Normal file
12
justfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
default:
|
||||
list
|
||||
|
||||
run:
|
||||
cargo run
|
||||
|
||||
build:
|
||||
cargo build
|
||||
|
||||
|
||||
alias r := run
|
||||
alias b := build
|
Loading…
Add table
Add a link
Reference in a new issue