Merge pull request #214 from Andre-Gloria/patch-1

Fix cli only install option
This commit is contained in:
Lakindu Akash 2021-12-04 07:17:28 +05:30 committed by GitHub
commit e0721373f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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..."