diff --git a/Makefile b/Makefile index 7711daac..cc611c82 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ all: build include release-tools/build.make +GOPATH ?= $(shell go env GOPATH) +GOBIN ?= $(GOPATH)/bin +export GOPATH GOBIN + .PHONY: sanity-test sanity-test: ./test/sanity/run-test.sh