mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
return back all in Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,9 +1,11 @@
|
|||||||
.PHONY: all test install get_vendor_deps ensure_tools
|
.PHONY: all test get_vendor_deps ensure_tools
|
||||||
|
|
||||||
GOTOOLS = \
|
GOTOOLS = \
|
||||||
github.com/Masterminds/glide
|
github.com/Masterminds/glide
|
||||||
REPO:=github.com/tendermint/tmlibs
|
REPO:=github.com/tendermint/tmlibs
|
||||||
|
|
||||||
|
all: test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test `glide novendor`
|
go test `glide novendor`
|
||||||
|
|
||||||
@@ -14,5 +16,3 @@ get_vendor_deps: ensure_tools
|
|||||||
|
|
||||||
ensure_tools:
|
ensure_tools:
|
||||||
go get $(GOTOOLS)
|
go get $(GOTOOLS)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user