doggo/justfile

8 lines
69 B
Plaintext

alias b := build
build:
cargo build
alias r := run
run:
cargo run