Adding option to build release version of tui
This commit is contained in:
parent
31dd85d8f0
commit
86cd551309
@ -1,5 +1,8 @@
|
|||||||
default:
|
default:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
|
release:
|
||||||
|
cargo build --release
|
||||||
|
|
||||||
run:
|
run:
|
||||||
cargo run -- -c example-config.json
|
cargo run -- -c example-config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user