From f064cf9f8e3c0c1326ec84b158e89c01a9c23cd0 Mon Sep 17 00:00:00 2001 From: Ward Truyen Date: Sun, 28 Dec 2025 23:29:52 +0100 Subject: [PATCH] fix: missing and broken makefile targets --- makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index b9a5152..a79bc7d 100644 --- a/makefile +++ b/makefile @@ -1,15 +1,16 @@ default : 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 : @echo -e "Help!?!?" @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-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" - -instal : instal-packages, instal-config + @echo -e "Use 'make getmycode' to get configuration-code from your config to this project" instal-bash-config : @echo -e "Installing bash config to $$HOME"