Remove unnecessary targets from .PHONY in Makefile.

This commit is contained in:
hodanov
2024-11-04 09:10:11 +09:00
parent fcc8ec0f91
commit a74e2bd648
+1 -1
View File
@@ -1,4 +1,4 @@
.PHONY: all app clean
.PHONY: app
app:
cd ./app && modal deploy __main__.py