diff --git a/Makefile b/Makefile index 9807197..dad6577 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ else .PHONY: install-conf -install-conf: $(foreach i,$(FILES),install-file/$(i)) +install-conf: $(FILES) $(foreach i,$(FILES),install-file/$(i)) install-file/%: % mkdir -p ~/.$(dir $<) && ln -Trsf $< ~/.$<