From bba05d574808a47eae83083ad9b17cb51c4cc05e Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 22 Jan 2016 08:30:39 -0800 Subject: [PATCH] Update Makefile to use vendor dir Signed-off-by: Alexander Morozov --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b1faefb..8df5199 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ endif DOCKER_IMAGE := containerd-dev$(if $(GIT_BRANCH),:$(GIT_BRANCH)) DOCKER_RUN := docker run --rm -i $(DOCKER_FLAGS) "$(DOCKER_IMAGE)" +export GOPATH:=$(CURDIR)/vendor:$(GOPATH) all: client daemon