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