tendermint/Makefile

10 lines
124 B
Makefile
Raw Normal View History

2016-06-23 17:36:59 -07:00
.PHONY: all test get_deps
all: test
2017-01-12 18:59:02 -08:00
test:
bash ./test/test.sh
2016-06-23 17:36:59 -07:00
get_deps:
2017-01-12 18:46:50 -08:00
go get -t -u github.com/tendermint/go-rpc/...