build: add lint target

ober

20f450c85bccfda70d881b1e7e657145951a2104

diff --git a/Makefile b/Makefile
index 6f8de80..14695cb 100644
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,9 @@ reproducibility-report:
 target-evidence:
 	@TARGET_EVIDENCE_DIR="$(TARGET_EVIDENCE_DIR)" sh scripts/target-evidence.sh
 
+.PHONY: lint
+lint: security
+
 verify: security test-pure audit qt-shim-provenance-check qt-advisory-check sbom reproducibility-report target-evidence
 
 release-evidence: security