aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-22 13:51:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-22 13:51:52 +1200
commit5ba51bb0d6d088241dc435b58f56a1dbc5fc249d (patch)
tree36d453e64bb29d4c2ed33fb75651afdf0a0bce0c /Makefile
parentMerge branch 'release/v0.59.0' into develop (diff)
downloaddotfiles-5ba51bb0d6d088241dc435b58f56a1dbc5fc249d.tar.gz
dotfiles-5ba51bb0d6d088241dc435b58f56a1dbc5fc249d.zip
Don't create ~/.vim/config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84c59ea8..74524338 100644
--- a/Makefile
+++ b/Makefile
@@ -545,7 +545,6 @@ install-vim-compiler:
cp -p -- vim/compiler/*.vim $(VIMDIR)/compiler
install-vim-config:
- mkdir -p -- $(VIMDIR)/config
cp -p -- vim/vimrc $(VIMRC)
install-vim-filetype: