aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-08 00:26:21 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-08 00:26:21 +0500
commit036d546c46c7d235066250589e687296ec444d1f (patch)
tree1b17eda28af254603845cba2439cc619359a5982
parentMakefile: remove the stupid header (diff)
downloadcgitize-036d546c46c7d235066250589e687296ec444d1f.tar.gz
cgitize-036d546c46c7d235066250589e687296ec444d1f.zip
Makefile: preserve the header
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 107b0da..6904c9d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,6 @@ unexport MAKEFLAGS
SHELL := bash
.SHELLFLAGS := -eu -o pipefail -c
-.PHONY: DO
-DO:
-
escape = $(subst ','\'',$(1))
define noexpand
@@ -37,6 +34,9 @@ ifdef DOCKER_PASSWORD
$(eval $(call noexpand,DOCKER_PASSWORD))
endif
+.PHONY: DO
+DO:
+
.PHONY: all
all: build