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