13 lines
100 B
Makefile
13 lines
100 B
Makefile
default:
|
|
list
|
|
|
|
run:
|
|
cargo run
|
|
|
|
build:
|
|
cargo build
|
|
|
|
|
|
alias r := run
|
|
alias b := build
|