Update makefile
This commit is contained in:
parent
e77849d752
commit
8e8809a5a5
1 changed files with 7 additions and 3 deletions
10
makefile
10
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 <application>/"
|
||||
@echo " Update Repo: cp -rut . ~/.config/<application>/"
|
||||
|
||||
update-system: ## Update system from repository
|
||||
@cp -rut "$(HOME)"/.config "$(CURDIR)"/alacritty/
|
||||
|
|
Loading…
Reference in a new issue