diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f96655c..cfc9c1a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,9 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore + gitignore \ + vim \ + vimrc INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |