summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-24 12:37:11 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-24 12:37:11 -0400
commitf85d37cfb8dca3486d4630e70f2d76fe8dca32b8 (patch)
treebf046ccb4170e007e650c4aad2c3c8bbe90c3418 /Makefile
parent2d91d4b9c69b3d39ba3f5c9b6e3f6385473e0248 (diff)
downloadchat-f85d37cfb8dca3486d4630e70f2d76fe8dca32b8.tar.gz
chat-f85d37cfb8dca3486d4630e70f2d76fe8dca32b8.tar.bz2
chat-f85d37cfb8dca3486d4630e70f2d76fe8dca32b8.zip
Changed Makefile to just look for godep in the GOPATH to make the process simpler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 51fe2dace..f8c169f15 100644
--- a/Makefile
+++ b/Makefile
@@ -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