Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ else
git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..HEAD
endif

TOOLS := golint gitvalidation

.PHONY: install.tools
install.tools: .install.golint .install.gitvalidation
.PHONY: install.tools $(TOOLS:%=.install.%)
install.tools: $(TOOLS:%=.install.%)

# golint does not even build for <go1.6
.install.golint:
Expand Down