aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b696d93..c02d3b0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,10 @@ ifeq ($$(origin $(1)),command line)
endif
endef
-limit ?= all
-$(eval $(call noexpand,limit))
+LIMIT ?= all
+$(eval $(call noexpand,LIMIT))
-args := --inventory inventory.ini --limit '$(call escape,$(limit))'
+args := --inventory inventory.ini --limit '$(call escape,$(LIMIT))'
.PHONY: all
all: run