build: add lint target

ober

7422325372a6048b087fc6dbdd01cb07fb493466

diff --git a/Makefile b/Makefile
index 0706f93..8f37bdc 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ PODMAN ?= podman
         test-native-sanitize test-security-regressions adversarial-corpus audit \
         sbom reproducibility-report timing-evidence verify release-evidence \
         compat compat-smoke compat-tier0 compat-tier1 compat-tier2 compat-one compat-range compat-debug \
-        bench clean help
+        bench clean help lint
 
 all: binary
 build: binary
@@ -788,6 +788,8 @@ run: ensure-jerboa-tools $(FFI_LIB) jerboa
 security:
 	@REPO_ROOT="$(CURDIR)" sh tools/security-check.sh
 
+lint: security
+
 test-make-extras:
 	@bash test/test-make-extras.sh