diff --git a/Makefile b/Makefile index 5cdb775..9e07c48 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: usage build test test-coverage test-show-coverage run tidy release release-all +.PHONY: usage build lint lint-autofix test test-coverage test-show-coverage run tidy release release-all OK_COLOR=\033[32;01m NO_COLOR=\033[0m