Removed the silent @ as recipe echoing is disabled.
This commit is contained in:
parent
2ef655378e
commit
4c05d89590
|
@ -41,4 +41,4 @@ endif
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
$(info => Removing Emacs config)
|
$(info => Removing Emacs config)
|
||||||
@ $(rm_link) $(EMACSD)
|
$(rm_link) $(EMACSD)
|
||||||
|
|
|
@ -18,4 +18,4 @@ update:
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
$(info => Remvoing tmux config)
|
$(info => Remvoing tmux config)
|
||||||
@ $(rm_link) $(TARGET)
|
$(rm_link) $(TARGET)
|
||||||
|
|
|
@ -12,8 +12,8 @@ ifneq ($(call cmd_exist,vim), true)
|
||||||
$(error Vim not installed)
|
$(error Vim not installed)
|
||||||
endif
|
endif
|
||||||
$(info => Setting up vim)
|
$(info => Setting up vim)
|
||||||
@ $(mk_link) $(SRC_DIR) $(TARGET_DIR)
|
$(mk_link) $(SRC_DIR) $(TARGET_DIR)
|
||||||
@ $(mk_link) $(SRC_DIR)/vimrc ~/.vimrc
|
$(mk_link) $(SRC_DIR)/vimrc ~/.vimrc
|
||||||
|
|
||||||
update:
|
update:
|
||||||
ifneq ($(call cmd_exist,vim), true)
|
ifneq ($(call cmd_exist,vim), true)
|
||||||
|
@ -25,5 +25,5 @@ endif
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
$(info => Removing vim config)
|
$(info => Removing vim config)
|
||||||
@ $(rm_link) ~/.vimrc
|
$(rm_link) ~/.vimrc
|
||||||
@ $(rm_link) $(TARGET_DIR)
|
$(rm_link) $(TARGET_DIR)
|
||||||
|
|
|
@ -23,6 +23,6 @@ endif
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
$(info => Removing waybar)
|
$(info => Removing waybar)
|
||||||
@ $(rm_link) $(TARGET)
|
$(rm_link) $(TARGET)
|
||||||
|
|
||||||
.PHONY: install update init remove
|
.PHONY: install update init remove
|
||||||
|
|
Loading…
Reference in New Issue
Block a user