tendermint/Makefile

10 lines
150 B
Makefile
Raw Normal View History

2017-02-22 14:15:10 -08:00
.PHONY: docs
REPO:=github.com/tendermint/go-crypto
docs:
@go get github.com/davecheney/godoc2md
godoc2md $(REPO) > README.md
test:
go test ./...