mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 22:10:11 +00:00
10 lines
161 B
Makefile
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`
|