about summary refs log tree commit diff stats
path: root/contrib/vim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vim/Makefile')
-rw-r--r--contrib/vim/Makefile5
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)