build: add lint target

ober

dc38cdefdc37d6d7dd0914554a0f51b0680a7fcc

diff --git a/Makefile b/Makefile
index 58c867f..50d4376 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,9 @@ integration-test:
 		bin/protonmail-read doctor; \
 	fi
 
+.PHONY: lint
+lint: security
+
 verify: security test
 
 security: