From 1a392af389512a4d9fe6063d6a7a20ddadd44321 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Feb 2023 11:18:17 +0100 Subject: Makefile: consistency --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e685816..3a12119 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3