todo/justfile
2025-06-17 14:02:31 +02:00

7 lines
79 B
Makefile

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