aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 17:35:32 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 17:35:32 +0200
commit0183ec3576dd6960335f99c6d429e5e86b977e4f (patch)
treef2ea9e4e68b519440e99c2010578df20a0f932ef
parentworkflows/build: use ubuntu-latest (diff)
downloadcv-0183ec3576dd6960335f99c6d429e5e86b977e4f.tar.gz
cv-0183ec3576dd6960335f99c6d429e5e86b977e4f.zip
Makefile: consistent prelude
-rw-r--r--Makefile6
1 files 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)