Adding option to build release version of tui

This commit is contained in:
shockrah 2021-04-07 20:42:30 -07:00
parent 31dd85d8f0
commit 86cd551309

View File

@ -1,5 +1,8 @@
default:
cargo build
release:
cargo build --release
run:
cargo run -- -c example-config.json