From 84f9ae7cb571c6e8b0c34879d7b99f30cd22a835 Mon Sep 17 00:00:00 2001 From: Andre Gloria Date: Sat, 4 Dec 2021 00:26:41 +0000 Subject: [PATCH] Fix cli only install option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd9c9a7..312b472 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install: install-cli-only: @echo "Installing command line interface only..." - cd src/scripts && $(MAKE) install + cd src/scripts && $(MAKE) install-cli-only uninstall: @echo "Uninstalling..."