build: add lint target

ober

91592ec083f18b582fa3294a1c0a7e95abb48285

diff --git a/Makefile b/Makefile
index 96a568f..0731999 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,9 @@ security:
 audit:
 	@echo "No native, Rust, or external package dependencies to audit."
 
+.PHONY: lint
+lint: security
+
 verify: security test corpus-smoke fuzz-evidence audit
 
 sbom: