return back all in Makefile

This commit is contained in:
Anton Kaliaev 2017-05-05 21:52:01 +04:00
parent f4be75cb1e
commit 240215f2aa
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 3 additions and 3 deletions

View File

@ -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)