Prefer Godep dependencies in the GOPATH

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel
2015-06-30 14:07:56 -04:00
parent 38d06a35e4
commit 53bab7d85f
+1 -1
View File
@@ -1,7 +1,7 @@
RUNC_TEST_IMAGE=runc_test
PROJECT=github.com/opencontainers/runc
TEST_DOCKERFILE=test_Dockerfile
export GOPATH:=$(GOPATH):$(CURDIR)/Godeps/_workspace
export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)
all:
go build -o runc .