build: add lint target

ober

dd6b48b6f3e01314e2d5d60aa78688d2cb046e96

diff --git a/Makefile b/Makefile
index fd8c495..cc45e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,9 @@ audit: security
 target-evidence: scripts/target-evidence.sh
 	@REPO_ROOT=. TARGET_EVIDENCE_DIR="$(TARGET_EVIDENCE_DIR)" sh scripts/target-evidence.sh
 
+.PHONY: lint
+lint: security
+
 verify: security test binary install-smoke target-evidence
 
 install-smoke: binary