Install gox during build time
Just so that we can just run `make` without installing gox separatelyy
This commit is contained in:
parent
79d55c20b3
commit
02e7161b29
1
Makefile
1
Makefile
|
@ -18,6 +18,7 @@ all: deps
|
||||||
deps:
|
deps:
|
||||||
@$(ECHO) "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
|
@$(ECHO) "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
|
||||||
@go get -d -v ./...
|
@go get -d -v ./...
|
||||||
|
@go get github.com/mitchellh/gox
|
||||||
@echo $(DEPS) | xargs -n1 go get -d
|
@echo $(DEPS) | xargs -n1 go get -d
|
||||||
|
|
||||||
updatedeps:
|
updatedeps:
|
||||||
|
|
Loading…
Reference in New Issue