build: add lint target
ober
91592ec083f18b582fa3294a1c0a7e95abb48285
--- 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: