Skip to content

Commit

Permalink
Install gox during build time
Browse files Browse the repository at this point in the history
Just so that we can just run `make` without installing gox separatelyy
  • Loading branch information
sudharsh committed Jul 19, 2014
1 parent 79d55c2 commit 02e7161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ all: deps
deps:
@$(ECHO) "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
@go get -d -v ./...
@go get github.com/mitchellh/gox
@echo $(DEPS) | xargs -n1 go get -d

updatedeps:
Expand Down

0 comments on commit 02e7161

Please sign in to comment.