Comfy dev scripts to make life a little bit easier

This commit is contained in:
shockrah
2021-03-30 22:49:46 -07:00
parent 498da4c899
commit 4615374357
2 changed files with 9 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
default:
cargo build --release
cargo build --release --features rtc
dep:
cargo update
run:
cargo run --release -- -s
cargo run --features rtc --release -- -s
clean:
cargo clean