From 4b1ffed7643824e1dfd2230818caee778c56af2b Mon Sep 17 00:00:00 2001 From: max furman Date: Wed, 20 Feb 2019 12:57:06 -0800 Subject: [PATCH] Need individual `make bootstrap`. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 7d868839..2bd09a6b 100644 --- a/Makefile +++ b/Makefile @@ -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.