shelly/justfile
2024-12-27 17:16:53 -06:00

13 lines
100 B
Makefile

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