diff options
Diffstat (limited to 'contrib/vim/Makefile')
-rw-r--r-- | contrib/vim/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/vim/Makefile b/contrib/vim/Makefile new file mode 100644 index 0000000..84493bc --- /dev/null +++ b/contrib/vim/Makefile @@ -0,0 +1,5 @@ +DEST = ~/.vim/after/plugin + +install: + mkdir -p $(DEST) + install -m644 ./plugin/rf.vim $(DEST) |