tendermint/events/Makefile

10 lines
153 B
Makefile
Raw Normal View History

2017-02-27 05:52:48 -08:00
.PHONY: docs
REPO:=github.com/tendermint/go-events
docs:
@go get github.com/davecheney/godoc2md
godoc2md $(REPO) > README.md
test:
go test -v ./...