diff --git a/Makefile b/Makefile index 37c8196..752a277 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,6 @@ push: git add --all -git commit -a -s git push + +update: + go get -v ...