aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-28 02:55:13 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-28 02:55:13 +0200
commit921daa9ad96f00dff2c934d904a5e7753ca343de (patch)
treee1fe9ec11546b41b5c8f8082eb25e0941fdf2bff
parentdotfiles: bring up-to-date (diff)
downloadmaintenance-921daa9ad96f00dff2c934d904a5e7753ca343de.tar.gz
maintenance-921daa9ad96f00dff2c934d904a5e7753ca343de.zip
Makefile: best practices
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91f2d57..4c6f138 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,9 @@ include prelude.mk
.SECONDEXPANSION:
LIMIT ?= all
+$(eval $(call noexpand,LIMIT))
-args := --inventory inventory.ini --limit '$(LIMIT)'
+args := --inventory inventory.ini --limit '$(call escape,$(LIMIT))'
.PHONY: all
all: run