aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f3cb15..4d1cdb0 100644
--- a/Makefile
+++ b/Makefile
@@ -102,4 +102,8 @@ down:
clean:
docker system prune --all --force --volumes
-.PHONY: all login fix-binfmt binfmt docker-build compose-build builder/create builder/rm buildx build check-docker-push docker-push check-compose-push compose-push buildx-push push pull up run/client down clean
+.PHONY: all login clean
+.PHONY: fix-binfmt binfmt builder/create builder/rm
+.PHONY: docker-build compose-build buildx build
+.PHONY: check-docker-push docker-push check-compose-push compose-push buildx-push push
+.PHONY: pull up run/client down