Changed Makefile to just look for godep in the GOPATH to make the process simpler

Этот коммит содержится в:
hmhealey
2015-07-24 12:37:11 -04:00
родитель 2d91d4b9c6
Коммит f85d37cfb8

Просмотреть файл

@@ -4,12 +4,7 @@ GOPATH ?= $(GOPATH:)
GOFLAGS ?= $(GOFLAGS:)
BUILD_NUMBER ?= $(BUILD_NUMBER:)
ifeq ($(shell which godep),)
GODEP=$(GOPATH)/bin/godep
else
GODEP=godep
endif
GO=$(GODEP) go
GO=$(GOPATH)/bin/godep go
ifeq ($(BUILD_NUMBER),)
BUILD_NUMBER := dev