aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-08-20 23:35:57 +0700
committerShulhan <ms@kilabit.info>2025-08-20 23:35:57 +0700
commit3f6ce287761776fd19de7793ff4dcd4bb0b6a3ba (patch)
tree246f2225d4db5eaa4ec3e1ed60faf73f1f22383d /Makefile
parent5b33f2080ccfe3742d60fa769de61f4ff1618bd9 (diff)
downloadlilin-3f6ce287761776fd19de7793ff4dcd4bb0b6a3ba.tar.xz
all: add missing SPDX license headers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1150576..b186246 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ all: lint test
lint:
go vet ./...
go run ./internal/cmd/gocheck ./...
+ -reuse lint
.PHONY: test
test: CGO_ENABLED=1