build: add lint target

ober

7eb457ca02614215c7aa55cf7537328303cffc5c

diff --git a/Makefile b/Makefile
index 51bd98c..fce22db 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,9 @@ audit:
 		exit 1; \
 	fi
 
+.PHONY: lint
+lint: security
+
 verify: security test audit
 
 security: