diff options
author | Rory Bradford <roryrjb@gmail.com> | 2022-11-13 14:19:17 +0000 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2022-11-13 14:19:17 +0000 |
commit | dc4928ae3d1c3043cd1d09f9fc11fce80e80df31 (patch) | |
tree | 4cd631d2b7dbd5b99f1eab38daa58d2ea59054eb /contrib/vim/Makefile | |
parent | 5e9d09f4d037fca7ff1316cbe91a5196eee931f5 (diff) | |
download | rf-dc4928ae3d1c3043cd1d09f9fc11fce80e80df31.tar.gz |
Remove contrib/ as no longer used
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'contrib/vim/Makefile')
-rw-r--r-- | contrib/vim/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/vim/Makefile b/contrib/vim/Makefile deleted file mode 100644 index 84493bc..0000000 --- a/contrib/vim/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -DEST = ~/.vim/after/plugin - -install: - mkdir -p $(DEST) - install -m644 ./plugin/rf.vim $(DEST) |