6 lines
55 B
Makefile
6 lines
55 B
Makefile
dev:
|
|
cargo watch -x build
|
|
|
|
test:
|
|
cargo watch -x test
|