diff --git a/Makefile b/Makefile index 792d600..9609183 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,9 @@ # +GIT?= git + +# +pull: + ${GIT} pull -v + +push: + ${GIT} push origin master