Added two run methods to Makefile with some default paramaters to make it easy to execute uplink.
This commit is contained in:
parent
bb25c96291
commit
2d3bb36a75
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -12,3 +12,9 @@ clean:
|
|||
rm -rf uplink.dist/*
|
||||
rm -rf uplink.bin
|
||||
|
||||
run:
|
||||
./uplink ./config.json -fsv
|
||||
|
||||
runbin:
|
||||
./uplink.dist/uplink ./config.json -fsv
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue