From 2d3bb36a75f4d3e4ff073fd100af6f9aa411c5d4 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 18 Jul 2022 13:45:39 +0200 Subject: [PATCH] Added two run methods to Makefile with some default paramaters to make it easy to execute uplink. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 +