From 99c3f6854de86fa7ce5e59b5295bd0507042ae3f Mon Sep 17 00:00:00 2001 From: hitonanode <32937551+hitonanode@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:08:31 +0900 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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