Anton Kaliaev
8 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
3 additions and
3 deletions
-
Makefile
|
|
@ -1,9 +1,11 @@ |
|
|
|
.PHONY: all test install get_vendor_deps ensure_tools |
|
|
|
.PHONY: all test get_vendor_deps ensure_tools |
|
|
|
|
|
|
|
GOTOOLS = \
|
|
|
|
github.com/Masterminds/glide |
|
|
|
REPO:=github.com/tendermint/tmlibs |
|
|
|
|
|
|
|
all: test |
|
|
|
|
|
|
|
test: |
|
|
|
go test `glide novendor` |
|
|
|
|
|
|
@ -14,5 +16,3 @@ get_vendor_deps: ensure_tools |
|
|
|
|
|
|
|
ensure_tools: |
|
|
|
go get $(GOTOOLS) |
|
|
|
|
|
|
|
|