diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,6 +20,9 @@ ifeq ($$(origin $(1)),command line) endif endef +.PHONY: DO +DO: + PROJECT := cgitize # Enable buildx support: export DOCKER_CLI_EXPERIMENTAL := enabled @@ -34,9 +37,6 @@ ifdef DOCKER_PASSWORD $(eval $(call noexpand,DOCKER_PASSWORD)) endif -.PHONY: DO -DO: - .PHONY: all all: build |