File: Makefile

package info (click to toggle)
golang-github-abdullin-seq 0.0~git20160510.d5467c1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 88 kB
  • sloc: makefile: 8
file content (8 lines) | stat: -rw-r--r-- 80 bytes parent folder | download
1
2
3
4
5
6
7
8
.PHONY: test

default: test

test:
	go vet && go test
install: test
	go install