Files
tendermint/events/Makefile

10 lines
157 B
Makefile
Raw Normal View History

2017-02-27 14:52:48 +01:00
.PHONY: docs
2017-04-21 16:25:23 -04:00
REPO:=github.com/tendermint/tmlibs/events
2017-02-27 14:52:48 +01:00
docs:
@go get github.com/davecheney/godoc2md
godoc2md $(REPO) > README.md
test:
go test -v ./...