doggo/justfile
2024-04-05 15:23:54 +02:00

8 lines
69 B
Makefile

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