summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/zfjagann/golang-ring/makefile
blob: 48a57357972872d0b03b898b0aecf30258661c43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.PHONY: ring test doc

ring: test doc

test:
	go fmt
	go test -v

doc:
	godocdown > README.md