aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-08 04:51:25 +0700
committerShulhan <ms@kilabit.info>2026-01-08 04:51:25 +0700
commit496c812f6e14b77408b71f7a35a3d755b8bbbf36 (patch)
treed12b51bcb11eaffab5a1dda8e044d3298390c4f5 /Makefile
parent2f6ebacaea7851be5c17a970514769dd3e9735e9 (diff)
downloadspdxconv-496c812f6e14b77408b71f7a35a3d755b8bbbf36.tar.xz
all: add missing license and copyright
Ah, the irony.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 875c380..c6bf909 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,7 @@ test:
go test -cover ./... -test.gocoverdir=_coverage
go tool covdata textfmt -i=_coverage -o cover.txt
go tool cover -html=cover.txt -o cover.html
+
+.PHONY: pre-push
+pre-push:
+ reuse lint