From 8e8809a5a5e373a9a4ceea5f7ffa9e52a04f7a00 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Wed, 23 Oct 2024 11:56:17 -0400 Subject: [PATCH] Update makefile --- makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 6fc9f4b..d50a90a 100644 --- a/makefile +++ b/makefile @@ -1,9 +1,13 @@ #=====================================================# # Makefile for niblock dotfiles || $ make for options # #=====================================================# -help: ## Default target; shows options - echo "update-system: Update system from repository." - echo " update-repo: Update repository from system." +help: ## Default target shows options + @echo "=== Make Targets ===" + @echo " update-system: Update system from repository." + @echo " update-repo: Update repository from system." + @echo "=== Manually ===" + @echo " Update System: cp -rut ~/.config /" + @echo " Update Repo: cp -rut . ~/.config//" update-system: ## Update system from repository @cp -rut "$(HOME)"/.config "$(CURDIR)"/alacritty/