From ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 3 Nov 2016 13:44:16 +0100 Subject: build, internal/build: misc improvements (#3229) * travis.yml: don't create darwin/386 builds * build: remove godep remains * internal/build: improve archives - enable compression for zip files - don't write half-complete archives * build: add -unstable to archive names --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f23b32f42..d3d67950e 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ test: all build/env.sh go run build/ci.go test clean: - rm -fr build/_workspace/pkg/ Godeps/_workspace/pkg $(GOBIN)/* + rm -fr build/_workspace/pkg/ $(GOBIN)/* # Cross Compilation Targets (xgo) -- cgit v1.2.3