8 lines
60 B
Makefile
8 lines
60 B
Makefile
run:
|
|
cargo run
|
|
|
|
build:
|
|
cargo build
|
|
|
|
clean:
|
|
rm -rf target/
|