build: add lint target

ober

9907906282c3e3c1f522c30da6ef0df1b6eeb4fc

diff --git a/Makefile b/Makefile
index c98dab5..48023af 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ REPRO_DIR ?= dist/reproducibility
 SOAK_EVIDENCE_DIR ?= dist/soak-evidence
 TARGET_EVIDENCE_DIR ?= dist/target-evidence
 
-.PHONY: build test example binary static-binary security import-check web-security-smoke web-security-corpus soak-evidence target-evidence audit verify sbom reproducibility-report release-evidence clean distclean
+.PHONY: build test example binary static-binary security import-check web-security-smoke web-security-corpus soak-evidence target-evidence audit verify sbom reproducibility-report release-evidence clean distclean lint
 
 build:
 	rm -rf $(SRC_STAGE) $(LIB_STAGE)
@@ -46,6 +46,8 @@ test: build
 security:
 	bash scripts/security-check.sh
 
+lint: security
+
 import-check: build
 	$(JERBUILD) exec --libdirs $(LIBDIRS) support/import-check.ss