From 22ddec8ed8eceb4c0989ea2084e7de0120b1fe04 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 00:14:49 +0100 Subject: Makefile: rename a variable --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3