6 lines
39 B
Makefile
6 lines
39 B
Makefile
|
|
||
|
.PHONY: dev
|
||
|
|
||
|
dev:
|
||
|
cargo watch -x run
|