diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-08 00:26:21 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-08 00:26:21 +0500 |
commit | 036d546c46c7d235066250589e687296ec444d1f (patch) | |
tree | 1b17eda28af254603845cba2439cc619359a5982 | |
parent | Makefile: remove the stupid header (diff) | |
download | cgitize-036d546c46c7d235066250589e687296ec444d1f.tar.gz cgitize-036d546c46c7d235066250589e687296ec444d1f.zip |
Makefile: preserve the header
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |