Files
tendermint/events/Makefile
Ethan Buchman fe92e62a19 merge go-events
2017-04-18 16:33:40 -04:00

10 lines
153 B
Makefile

.PHONY: docs
REPO:=github.com/tendermint/go-events
docs:
@go get github.com/davecheney/godoc2md
godoc2md $(REPO) > README.md
test:
go test -v ./...