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
commit 91d9f2016b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
.PHONY: all app clean
app: app:
cd ./app && modal deploy __main__.py cd ./app && modal deploy __main__.py