aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 11:18:17 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 11:18:17 +0100
commit1a392af389512a4d9fe6063d6a7a20ddadd44321 (patch)
tree98fb0b9285f89a4c0948d2085da8dc268a9e2e45
parentv4.0.6 (diff)
downloadcgitize-1a392af389512a4d9fe6063d6a7a20ddadd44321.tar.gz
cgitize-1a392af389512a4d9fe6063d6a7a20ddadd44321.zip
Makefile: consistency
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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