freechat/tui/Makefile

9 lines
100 B
Makefile

default:
cargo build
release:
cargo build --release
run:
cargo run -- -c example-config.json