File: Makefile

package info (click to toggle)
golang-github-glacjay-goini 0.0~git20150730-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • sloc: makefile: 13
file content (7 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
test:
	go test

format:
	gofmt -w *.go

.PHONY: format test