Skip to content

Commit

Permalink
Need individual make bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Feb 20, 2019
1 parent c8c2a12 commit 4b1ffed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ all: build lint test

.PHONY: all

bootstrap:
$Q which dep || go get github.com/golang/dep/cmd/dep
$Q dep ensure

.PHONY: bootstrap

# Version flags to embed in the binaries
VERSION ?= $(shell [ -d .git ] && git describe --tags --always --dirty="-dev")
# If we are not in an active git dir then try reading the version from .VERSION.
Expand Down

0 comments on commit 4b1ffed

Please sign in to comment.