build: add lint target

ober

cadca709b250b30657716f2d661ed62d2e7b7551

diff --git a/Makefile b/Makefile
index 487316c..5804cac 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,9 @@ reproducibility-report:
 target-evidence:
 	@JERBOA_FUSE_TARGET_EVIDENCE_DIR="$(TARGET_EVIDENCE_DIR)" scripts/target-evidence.sh
 
+.PHONY: lint
+lint: security
+
 verify: security test audit openssl-advisory-check sbom reproducibility-report target-evidence
 
 release-evidence: security test audit sbom target-evidence