File: Makefile

package info (click to toggle)
golang-github-unknwon-paginater 0.0~git20170405.0.45e5d63-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 104 kB
  • sloc: makefile: 11
file content (9 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
.PHONY: build test vet

build: vet

test:
	go test -v -cover -race

vet:
	go vet