Skip to content

Commit

Permalink
Merge pull request #93 from MohawkTSDB/get-binpath-in-makefile
Browse files Browse the repository at this point in the history
get binpath in makefile
  • Loading branch information
yaacov authored Dec 24, 2017
2 parents 5bd6743 + 106e94c commit 594bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ install: fmt mohawk
.PHONY: vendor
vendor:
[ -d ${GOPATH}/src/github.com/LK4D4/vndr ] || go get -u -v github.com/LK4D4/vndr
[ -d ${GOPATH}/src/github.com/MohawkTSDB/mohawk/vendor ] || ${GOPATH}/bin/vndr
[ -d ${GOPATH}/src/github.com/MohawkTSDB/mohawk/vendor ] || $(shell echo ${GOPATH} | cut -d: -f1 -)/bin/vndr

0 comments on commit 594bca7

Please sign in to comment.