diff options
-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 @@ -29,6 +26,9 @@ RMDIR := rm -r -- name := cv pdf := $(name)/$(name).pdf +.PHONY: DO +DO: + .PHONY: all all: $(pdf) |