rocket-3d/Makefile
2021-08-30 23:26:16 +02:00

5 lines
No EOL
77 B
Makefile

run_dev:
cargo-watch -x run
build_dev:
cargo build && cargo-watch -x run