build: add lint target
ober
7eb457ca02614215c7aa55cf7537328303cffc5c
--- a/Makefile +++ b/Makefile @@ -84,6 +84,9 @@ audit: exit 1; \ fi +.PHONY: lint +lint: security + verify: security test audit security:
ober
7eb457ca02614215c7aa55cf7537328303cffc5c
--- a/Makefile +++ b/Makefile @@ -84,6 +84,9 @@ audit: exit 1; \ fi +.PHONY: lint +lint: security + verify: security test audit security: