12 lines
186 B
Makefile
12 lines
186 B
Makefile
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
|