aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/bundle/colorizer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/bundle/colorizer/Makefile')
-rw-r--r--vim/.vim/bundle/colorizer/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/vim/.vim/bundle/colorizer/Makefile b/vim/.vim/bundle/colorizer/Makefile
deleted file mode 100644
index 7f91e3b..0000000
--- a/vim/.vim/bundle/colorizer/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-.PHONY: all clean install uninstall
-DOTVIM=$(HOME)/.vim
-FILES=plugin/colorizer.vim autoload/colorizer.vim
-
-all:
- @echo "Available phony targets: install, uninstall"
-
-install:
- for f in $(FILES); do install -m644 $$f $(DOTVIM)/$$f; done
-
-uninstall:
- rm -f $(FILES)