File: Makefile

package info (click to toggle)
golang-github-tillitis-tkeysign 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: sh: 70; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
all:
	go build

.PHONY: lint
lint:
	golangci-lint run

.PHONY: spdx
spdx:
	./tools/spdx-ensure