simple make file to avoid repeatng args all the time

This commit is contained in:
shockrah 2021-04-07 20:41:54 -07:00
parent 704f372c3e
commit 31dd85d8f0

5
tui/Makefile Normal file
View File

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