From 036d546c46c7d235066250589e687296ec444d1f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 8 Mar 2022 00:26:21 +0500 Subject: Makefile: preserve the header --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3