mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-24 21:20:12 +00:00
Merge pull request #214 from Andre-Gloria/patch-1
Fix cli only install option
This commit is contained in:
commit
e0721373f2
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ install:
|
|||||||
|
|
||||||
install-cli-only:
|
install-cli-only:
|
||||||
@echo "Installing command line interface only..."
|
@echo "Installing command line interface only..."
|
||||||
cd src/scripts && $(MAKE) install
|
cd src/scripts && $(MAKE) install-cli-only
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "Uninstalling..."
|
@echo "Uninstalling..."
|
||||||
|
Loading…
Reference in New Issue
Block a user