Merge pull request #74 from hodanov/feature/modify_makefile

Add .PHONY to force rebuild 'app'.
This commit is contained in:
hodanov
2023-12-30 01:09:43 +09:00
committed by GitHub
+2
View File
@@ -1,3 +1,5 @@
.PHONY: all app clean
app: app:
cd ./app && modal deploy __main__.py cd ./app && modal deploy __main__.py