Add justfile
This commit is contained in:
parent
b86c37a3b3
commit
64210b1983
1 changed files with 12 additions and 0 deletions
12
Justfile
Normal file
12
Justfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
build-rust:
|
||||
cd rust && cargo build
|
||||
|
||||
run-godot:
|
||||
cd learning-rust4.4 && ~/Software/Godot_v4.4-stable_linux.x86_64 .
|
||||
|
||||
run:
|
||||
@just build-rust
|
||||
@just run-godot
|
Loading…
Reference in a new issue