Compare commits

...

2 Commits

Author SHA1 Message Date
Ensar Sarajčić 421beea1df Fix typo in makefile 2023-05-26 15:27:47 +02:00
Ensar Sarajčić cd4d0af327 Add clojure link command to makefile 2023-05-26 15:27:37 +02:00
1 changed files with 7 additions and 2 deletions

View File

@ -125,7 +125,7 @@ link: check_os clean_backup prepare_backup_dir
@echo "Linked everything!"
.PHONY: link_all_common
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
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
@echo "Linked common files!"
.PHONY: link_all_mac
@ -165,6 +165,11 @@ link_vim: check_os
$(call link,ideavimrc,.ideavimrc)
$(call link,vsvimrc,.vsvimrc)
.PHONY: link_clojure
link_clojure: check_os
@echo "Linking clojure config..."
$(call link,config/clojure,.clojure)
.PHONY: link_apps_config
link_apps_config: check_os
@echo "Linking apps config files..."
@ -404,7 +409,7 @@ check_os:
.PHONY: fail_with_unknown_host
fail_with_unknown_host:
$(error Unkown host system!)
$(error Unknown host system!)
.PHONY: fail_with_bad_dotfiles_location
fail_with_bad_dotfiles_location: