about summary refs log tree commit diff stats
path: root/contrib/vim/Makefile
blob: 84493bcd1af579054b7336222864cf80d88d4fd8 (plain) (blame)
1
2
3
4
5
DEST = ~/.vim/after/plugin

install:
	mkdir -p $(DEST)
	install -m644 ./plugin/rf.vim $(DEST)