diff --git a/Makefile b/Makefile index 615fd53..3f011a4 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ GIT?= git # +all: pull + pull: ${GIT} pull -v --rebase origin master