From c4f9236a33150216a938cf0f2918d900f39f6fa6 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Sat, 30 Dec 2023 01:08:59 +0900 Subject: [PATCH] Add .PHONY to force rebuild 'app'. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 38a5d95..826a109 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: all app clean + app: cd ./app && modal deploy __main__.py