Merge pull request #35 from mrunalp/makefile_fixes
Fixes to the Makefile
This commit is contained in:
commit
26262dff00
1 changed files with 2 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -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)
|
||||
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue