return back all in Makefile

This commit is contained in:
Anton Kaliaev
2017-05-05 21:52:01 +04:00
parent f4be75cb1e
commit 240215f2aa

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)