From 0183ec3576dd6960335f99c6d429e5e86b977e4f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 5 Apr 2022 17:35:32 +0200 Subject: Makefile: consistent prelude --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fb0f871..319d021 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 @@ -29,6 +26,9 @@ RMDIR := rm -r -- name := cv pdf := $(name)/$(name).pdf +.PHONY: DO +DO: + .PHONY: all all: $(pdf) -- cgit v1.2.3