fixed typo in Makefile
This commit is contained in:
parent
d3d4fd02dd
commit
c22a96e877
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ FILENAME = getvods
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(info modify the Makefile with the directory you wish to place the script in)
|
$(info modify the Makefile with the directory you wish to place the script in)
|
||||||
$(info default is $(INSTALLDIR))
|
$(info default is /usr/bin)
|
||||||
$(info place your client_secret and client_id in ~/.config/getvods)
|
$(info place your client_secret and client_id in ~/.config/getvods)
|
||||||
$(info run make install as root to install the script at $(INSTALLDIR)/$(FILENAME) when you're ready)
|
$(info run make install as root to install the script at $(INSTALLDIR)/$(FILENAME) when you're ready)
|
||||||
$(info run make uninstall as root to remove script)
|
$(info run make uninstall as root to remove script)
|
||||||
|
|
Loading…
Reference in New Issue