build: add lint target

ober

130cb223fe5568657a6fd33ee211871b98cb7f74

diff --git a/Makefile b/Makefile
index b353c25..a0d7900 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ SBOM_DIR ?= dist/sbom
 REPRO_DIR ?= dist/reproducibility
 TARGET_EVIDENCE_DIR ?= dist/target-evidence
 
-.PHONY: all build binary run test check test-binary test-input-limit import-check object-fuzz-evidence clean-generated security audit verify sbom reproducibility-report target-evidence release-evidence clean
+.PHONY: all build binary run test check test-binary test-input-limit import-check object-fuzz-evidence clean-generated security audit verify sbom reproducibility-report target-evidence release-evidence clean lint
 
 all: binary
 
@@ -39,6 +39,8 @@ test:
 
 check: test
 
+lint: import-check
+
 import-check:
 	@$(JEXEC) support/import-check.ss