From f2fcf1d34341859f913eff3992349300a7af2b2b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 May 2019 17:48:13 -0700 Subject: [PATCH] update makefile Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 ...