diff --git a/Makefile b/Makefile index e2a478c..c32f687 100644 --- a/Makefile +++ b/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 +