diff --git a/Makefile b/Makefile index d5e53bcc6e..b2f8c112c2 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ awesome_lint: source .venv/bin/activate && \ hecat --config .hecat/awesome-lint.yml -.PHONY: awesome_lint # check data against awesome-selfhosted guidelines (strict) +.PHONY: awesome_lint_strict # check data against awesome-selfhosted guidelines (strict) awesome_lint_strict: source .venv/bin/activate && \ hecat --config .hecat/awesome-lint-strict.yml