Files
tendermint/crypto/Makefile
2017-04-19 16:51:29 +02:00

10 lines
161 B
Makefile

.PHONY: docs
REPO:=github.com/tendermint/go-crypto
docs:
@go get github.com/davecheney/godoc2md
godoc2md $(REPO) > README.md
test:
go test `glide novendor`