diff --git a/Makefile b/Makefile index bedc4c56..adf87916 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,10 @@ pacman: $(CONFIG_TARGETS): $(CONFIG_DIR)/%: config/% $(SSH_TARGETS): $(SSH_DIR)/%: ssh/% $(CONFIG_TARGETS) $(SSH_TARGETS): - ln -s $(PWD)/$? $@ + ln -s $(PWD)/$? -t $$(dirname $@) $(HOME)/.profile: .profile - ln -s $(PWD)/$? $@ + ln -s $(PWD)/$? -t $$(dirname $@) $(LAZY_DIR): git clone --depth 1 $(LAZY_REPO) $@