File: Makefile

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

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

.PHONY: lint
lint:
	golangci-lint run