updated makefile
parent
0c4fc2ae8d
commit
c6de80cc32
4
Makefile
4
Makefile
|
@ -16,7 +16,7 @@ file-executable-current= $(directory-current)/$(file-executable)
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help:
|
help:
|
||||||
@echo "Usage"
|
@echo "Usage"
|
||||||
@echo " make [command]"
|
@echo " make command [<args>]"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Commands:"
|
@echo "Commands:"
|
||||||
@echo " help - Displays this help message"
|
@echo " help - Displays this help message"
|
||||||
|
@ -26,7 +26,7 @@ help:
|
||||||
@echo " uninstall-global - Deletes a $(file-executable) executable from $(directory-global)/"
|
@echo " uninstall-global - Deletes a $(file-executable) executable from $(directory-global)/"
|
||||||
@echo " install-local - Installs a $(file-executable) executable in $(directory-local)/"
|
@echo " install-local - Installs a $(file-executable) executable in $(directory-local)/"
|
||||||
@echo " uninstall-local - Deletes a $(file-executable) executable from $(directory-local)/"
|
@echo " uninstall-local - Deletes a $(file-executable) executable from $(directory-local)/"
|
||||||
@echo " install-custom - Installs a $(file-executable) executable in a custom location"
|
@echo " install-custom [<args>] - Installs a $(file-executable) executable in a custom location"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Examples:"
|
@echo "Examples:"
|
||||||
@echo " make help"
|
@echo " make help"
|
||||||
|
|
Loading…
Reference in New Issue