mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 04:50:16 +00:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
.PHONY: all test get_deps
|
|
|
|
all: test
|
|
|
|
test:
|
|
bash ./test/test.sh
|
|
|
|
get_deps:
|
|
go get -t -u github.com/tendermint/go-rpc/...
|