Skip to content

Commit

Permalink
FAB-9637 add manifest-tool to gotools.mk
Browse files Browse the repository at this point in the history
Change-Id: I0c5f49b543a2b424015ec223974a9059f90187c9
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Apr 21, 2018
1 parent 7664668 commit 5d93c53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gotools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: Apache-2.0

GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell mockery
GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell mockery manifest-tool
BUILD_DIR ?= .build
GOTOOLS_GOPATH ?= $(BUILD_DIR)/gotools
GOTOOLS_BINDIR ?= $(GOPATH)/bin
Expand All @@ -16,6 +16,7 @@ go.fqp.goimports := golang.org/x/tools/cmd/goimports
go.fqp.golint := github.com/golang/lint/golint
go.fqp.misspell := github.com/client9/misspell/cmd/misspell
go.fqp.mockery := github.com/vektra/mockery/cmd/mockery
go.fqp.manifest-tool := github.com/estesp/manifest-tool

.PHONY: gotools-install
gotools-install: $(patsubst %,$(GOTOOLS_BINDIR)/%, $(GOTOOLS))
Expand Down

0 comments on commit 5d93c53

Please sign in to comment.