5 lines
No EOL
77 B
Makefile
5 lines
No EOL
77 B
Makefile
run_dev:
|
|
cargo-watch -x run
|
|
|
|
build_dev:
|
|
cargo build && cargo-watch -x run
|