diff --git a/Makefile b/Makefile index 2ea5951..382583f 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ GIT?= git # all: pull +install: + ./install.sh + pull: ${GIT} pull -v origin master