Merge pull request #71 from mrunalp/gopath_order

Prefer Godep dependencies in the GOPATH
This commit is contained in:
Alexander Morozov 2015-06-30 11:16:32 -07:00
commit 648a3c6511
1 changed files with 1 additions and 1 deletions

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 .