From ab633cf8ea73b792269b2032f0392cdafd0bc6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Mon, 3 Apr 2017 09:08:29 +0200 Subject: [PATCH] update reinstall section --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 46844f6..ff5426d 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ uninstall: git config --global --unset alias.quick-stats reinstall: + git pull origin master $(MAKE) uninstall && \ $(MAKE) install