diff --git a/Makefile b/Makefile index c5cd5c5..d5e1958 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,9 @@ endif hook: [ ! -d "$(CURDIR)/.git/hooks" ] || ln -sf "$(CURDIR)/scripts/pre-commit.hook" "$(CURDIR)/.git/hooks/pre-commit" -godeps: +godeps: $(VENDORBIN)/godeps + +$(VENDORBIN)/godeps: GOPATH=$(GOPATH) $(GO) get github.com/rogpeppe/godeps easyjson: dependencies