From a74e2bd648a00f364d9699910a213b2ee55eaf3b Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Mon, 4 Nov 2024 09:10:11 +0900 Subject: [PATCH] Remove unnecessary targets from .PHONY in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e244e6e..f9be353 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all app clean +.PHONY: app app: cd ./app && modal deploy __main__.py