fix: missing and broken makefile targets

This commit is contained in:
Ward Truyen
2025-12-28 23:29:52 +01:00
parent 6d5979803b
commit f064cf9f8e

View File

@@ -1,15 +1,16 @@
default : print-help default : print-help
help : print-help help : print-help
instal : instal-packages, instal-config
instal-config : instal-bash-config, instal-zsh-config
getmycode : code-bash, code-zsh
print-help : print-help :
@echo -e "Help!?!?" @echo -e "Help!?!?"
@echo -e "Use 'make instal' to instal this config and required packages" @echo -e "Use 'make instal' to instal this config and required packages"
@echo -e "Use 'make instal-config' to only copy the configuration files" @echo -e "Use 'make instal-config' to only copy the configuration files"
@echo -e "Use 'make instal-packaged' to instal packages: zsh, easy-zsh-config, oh-my-posh" @echo -e "Use 'make instal-packaged' to instal packages: zsh, easy-zsh-config, oh-my-posh"
@echo -e "Use 'make code' to get configuration-code from your config to this project" @echo -e "Use 'make getmycode' to get configuration-code from your config to this project"
instal : instal-packages, instal-config
instal-bash-config : instal-bash-config :
@echo -e "Installing bash config to $$HOME" @echo -e "Installing bash config to $$HOME"