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