8 lines
80 B
Makefile
8 lines
80 B
Makefile
format:
|
|
cargo-fmt
|
|
|
|
run: format
|
|
cargo run
|
|
|
|
build: format
|
|
cargo build --release
|