Merge pull request #8321 from mrueg/makefile-cleanup

chore(Makefile): Remove unused variable
pull/8326/head
Matthew Fisher 5 years ago committed by GitHub
commit d71f0e6a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,6 @@ TARGET_OBJS ?= darwin-amd64.tar.gz darwin-amd64.tar.gz.sha256 darwin-amd64.tar.g
BINNAME ?= helm
GOPATH = $(shell go env GOPATH)
DEP = $(GOPATH)/bin/dep
GOX = $(GOPATH)/bin/gox
GOIMPORTS = $(GOPATH)/bin/goimports
ARCH = $(shell uname -p)

Loading…
Cancel
Save