Fix makefile bug.

pull/66/head
Dan Lorenc 2016-05-13 08:49:21 -07:00
parent 7514917bf2
commit ddbc7e16c6
1 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@ integration: out/minikube
test: .gopath
./test.sh
pkg/minikube/cluster/localkubecontents.go: out/localkube $(GOPATH/bin/go-bindata)
pkg/minikube/cluster/localkubecontents.go: out/localkube $(GOPATH)/bin/go-bindata
$(GOPATH)/bin/go-bindata -nomemcopy -o pkg/minikube/cluster/localkubecontents.go -pkg cluster ./out/localkube
$(GOPATH/bin/go-bindata): .gopath
go install github.com/jteeuwen/go-bindata/...
$(GOPATH)/bin/go-bindata: .gopath
go get github.com/jteeuwen/go-bindata/...