aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 19:19:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 19:19:36 +1200
commitc6b4963fae708fe75777f9bb4e1dbe0f443b448b (patch)
treec6728cf2733b7695ffbb368bb8c8b401a520bd69 /Makefile
parentMerge branch 'release/v1.16.0' (diff)
downloaddotfiles-c6b4963fae708fe75777f9bb4e1dbe0f443b448b.tar.gz
dotfiles-c6b4963fae708fe75777f9bb4e1dbe0f443b448b.zip
Add mkdir for ~/.vim/config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b42ee72c..3afe0265 100644
--- a/Makefile
+++ b/Makefile
@@ -548,6 +548,7 @@ install-vim-compiler:
cp -p -- vim/compiler/*.vim $(VIMDIR)/compiler
install-vim-config:
+ mkdir -p -- $(VIMDIR)/config
cp -p -- vim/vimrc $(VIMRC)
cp -p -- vim/config/*.vim $(VIMDIR)/config