From 9e25c0ca8ecf8841e9e8d2031367b5d3f8f4a01e Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Wed, 13 Oct 2021 12:10:42 +0200 Subject: [PATCH] Added update mechanism --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 29b2a35..01178a6 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,6 @@ else echo "Uninstalling binary" rm -rf /usr/bin/ropipe endif +update: + git pull + make install