Update makefile

This commit is contained in:
Bill Niblock 2024-10-23 11:56:17 -04:00
parent e77849d752
commit 8e8809a5a5

View file

@ -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 <application>/"
@echo " Update Repo: cp -rut . ~/.config/<application>/"
update-system: ## Update system from repository
@cp -rut "$(HOME)"/.config "$(CURDIR)"/alacritty/