simple make file to avoid repeatng args all the time
This commit is contained in:
parent
704f372c3e
commit
31dd85d8f0
5
tui/Makefile
Normal file
5
tui/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
default:
|
||||
cargo build
|
||||
|
||||
run:
|
||||
cargo run -- -c example-config.json
|
Loading…
Reference in New Issue
Block a user