Added two run methods to Makefile with some default paramaters to make it easy to execute uplink.

This commit is contained in:
Johannes Findeisen 2022-07-18 13:45:39 +02:00
commit 2d3bb36a75

View file

@ -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