From c6b4963fae708fe75777f9bb4e1dbe0f443b448b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Jul 2018 19:19:36 +1200 Subject: Add mkdir for ~/.vim/config --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3