diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile index e941970..3a5ca3d 100644 --- a/Makefile +++ b/Makefile @@ -9,14 +9,13 @@ INSTALL = \ emacs.d \ gitconfig \ gitignore \ - tmux.conf - + tmux.conf \ + vimrc INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) FONTS = $(patsubst fonts/%.ttf,$(FONTS_DIR)/%.ttf,$(MYFONTS)) LN = @ln -sf - $(INTO)/.% : % @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak $(LN) $(PWD)/$< $@ |