Fix cli only install option

This commit is contained in:
Andre Gloria 2021-12-04 00:26:41 +00:00 committed by GitHub
parent e48558cc08
commit 84f9ae7cb5
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..."