aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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)