aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/bundle/colorizer/Makefile
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-11-16 16:47:50 -0500
committerxero <x@xero.nu>2014-11-16 16:47:50 -0500
commit37b949491ebd1cb928c4fbe272ab60b74e0eaa41 (patch)
tree6bdab488a8db004213cfaa15507dc0a2be8c1f9c /vim/.vim/bundle/colorizer/Makefile
parentf8943e854536bfedc95c8e0421d341a5db69140f (diff)
downloaddotfiles_ascii-37b949491ebd1cb928c4fbe272ab60b74e0eaa41.tar.xz
dotfiles_ascii-37b949491ebd1cb928c4fbe272ab60b74e0eaa41.zip
vim theme updates
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)