aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 19:20:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 19:20:04 +1200
commitd02e00088f9edb37e7c1416d9d9f18df4d347c30 (patch)
tree05cca27295c49578be9a6bdac79fb0144488f7a5 /Makefile
parentMerge branch 'release/v1.16.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-d02e00088f9edb37e7c1416d9d9f18df4d347c30.tar.gz
dotfiles-d02e00088f9edb37e7c1416d9d9f18df4d347c30.zip
Merge branch 'hotfix/v1.16.1'v1.16.1
* hotfix/v1.16.1: Bump VERSION 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