aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8a440b1..20ed203 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
@@ -27,6 +24,9 @@ PKG_NAME := config-links
this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+.PHONY: DO
+DO:
+
.PHONY: all
all: package