summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/unknwon/paginater/Makefile
blob: f5f7ee0f6519bcc926a1492a1c66d6add35fc4bc (plain)
1
2
3
4
5
6
7
8
9
.PHONY: build test vet

build: vet

test:
	go test -v -cover -race

vet:
	go vet