From 3f6ce287761776fd19de7793ff4dcd4bb0b6a3ba Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 20 Aug 2025 23:35:57 +0700 Subject: all: add missing SPDX license headers --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.3