Files
tendermint/Makefile
2017-01-12 21:59:02 -05:00

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/...