From 437532ae89072c1ad0461730fa9bdc6bd2ee77f8 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Wed, 8 Feb 2017 08:45:09 -0800 Subject: [PATCH] minor tweak to 'all' target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be752bc..36b2f96 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,10 @@ cross-setup: cd $(GOROOT)/src && sudo GOROOT_BOOTSTRAP=$(GOROOT) GOOS=$${p/-*/} GOARCH=$${p/*-/} bash ./make.bash --no-clean; \ done -all: src/gopkg.in/Netflix-Skunkworks/go-jira.v0 +all: + git push --tags + rm -rf src + ${MAKE} src/gopkg.in/Netflix-Skunkworks/go-jira.v0 docker pull karalabe/xgo-latest rm -rf dist mkdir -p dist