From 7105b12f0a6634a06745fb52999fd4608ebb8362 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 15 Apr 2012 18:03:56 +0200 Subject: Makefile: Make sure to export the GOBIN/GOPATH variables Otherwise they won't be available to the go utility unless they were already exported before. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 49dedc5..4c65ffa 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ GOPATH:=${PWD}:${GOPATH} OLDBIN:=${GOBIN} GOBIN:=${PWD} +export GOPATH +export GOBIN + all: go get -v globster/... -- cgit v1.2.3