diff --git a/Makefile b/Makefile index b0fc952..55d2f72 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: mypy ruff-lint ruff-format test +.PHONY: all mypy ruff-lint ruff-format test all: mypy ruff-lint ruff-format test