From c628a109f6d65b040550ebdd30bded4f141ffeeb Mon Sep 17 00:00:00 2001 From: Anoop S <40671157+anoop142@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:04:50 +0530 Subject: [PATCH] Makefile install: install-srcript -> install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Guido Günther --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d584699..4b67555 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ install.sh: install.sh.in chmod +x install.sh .PHONY: install -install: install-script +install: install.sh ./install.sh install .PHONY: cli