Compare commits

..

No commits in common. "421beea1df1ef8978ef08c02d3285546c352add2" and "9cb835986c5a1f584c8a35dbd71b0447d081ac09" have entirely different histories.

1 changed files with 2 additions and 7 deletions

View File

@ -125,7 +125,7 @@ link: check_os clean_backup prepare_backup_dir
@echo "Linked everything!" @echo "Linked everything!"
.PHONY: link_all_common .PHONY: link_all_common
link_all_common: check_os link_bin link_tmux link_screen link_git link_ctags link_vim link_clojure link_apps_config link_tool_versions link_profile link_bash link_zsh link_all_common: check_os link_bin link_tmux link_screen link_git link_ctags link_vim link_apps_config link_tool_versions link_profile link_bash link_zsh
@echo "Linked common files!" @echo "Linked common files!"
.PHONY: link_all_mac .PHONY: link_all_mac
@ -165,11 +165,6 @@ link_vim: check_os
$(call link,ideavimrc,.ideavimrc) $(call link,ideavimrc,.ideavimrc)
$(call link,vsvimrc,.vsvimrc) $(call link,vsvimrc,.vsvimrc)
.PHONY: link_clojure
link_clojure: check_os
@echo "Linking clojure config..."
$(call link,config/clojure,.clojure)
.PHONY: link_apps_config .PHONY: link_apps_config
link_apps_config: check_os link_apps_config: check_os
@echo "Linking apps config files..." @echo "Linking apps config files..."
@ -409,7 +404,7 @@ check_os:
.PHONY: fail_with_unknown_host .PHONY: fail_with_unknown_host
fail_with_unknown_host: fail_with_unknown_host:
$(error Unknown host system!) $(error Unkown host system!)
.PHONY: fail_with_bad_dotfiles_location .PHONY: fail_with_bad_dotfiles_location
fail_with_bad_dotfiles_location: fail_with_bad_dotfiles_location: