tendermint/Makefile

10 lines
124 B
Makefile
Raw Normal View History

2016-06-23 20:36:59 -04:00
.PHONY: all test get_deps
all: test
2017-01-12 21:59:02 -05:00
test:
bash ./test/test.sh
2016-06-23 20:36:59 -04:00
get_deps:
2017-01-12 21:46:50 -05:00
go get -t -u github.com/tendermint/go-rpc/...