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