Skip to content

Commit

Permalink
Fixes to the Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
  • Loading branch information
mrunalp committed Sep 19, 2016
1 parent fd265ef commit 94cca56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default: help
help:
@echo "Usage: make <target>"
@echo
@echo " * 'binaries' - Build ocid, conmon andocic"
@echo " * 'binaries' - Build ocid, conmon and ocic"
@echo " * 'clean' - Clean artifacts"
@echo " * 'lint' - Execute the source code linter"
@echo " * 'update-deps' - Update vendored dependencies"
Expand Down Expand Up @@ -37,7 +37,6 @@ update-deps:
binaries: ocid ocic conmon

.PHONY: .gitvalidation
#
# When this is running in travis, it will only check the travis commit range
.gitvalidation:
@which git-validation > /dev/null 2>/dev/null || (echo "ERROR: git-validation not found. Consider 'make install.tools' target" && false)
Expand All @@ -62,7 +61,7 @@ install.tools: .install.gitvalidation .install.glide .install.glide-vc .install.

.install.gometalinter:
go get github.com/alecthomas/gometalinter
gometalinter --install --update
gometalinter --install

.PHONY: \
binaries \
Expand Down

0 comments on commit 94cca56

Please sign in to comment.