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