From 37b949491ebd1cb928c4fbe272ab60b74e0eaa41 Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 16 Nov 2014 16:47:50 -0500 Subject: vim theme updates --- vim/.vim/bundle/colorizer/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vim/.vim/bundle/colorizer/Makefile (limited to 'vim/.vim/bundle/colorizer/Makefile') 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) -- cgit v1.2.1