vim/bundle/arpeggio/Makefile @ 6bd31aa2672a

vim: yep, sure haven't committed in a while'
author Steve Losh <steve@stevelosh.com>
date Sun, 11 Jul 2010 01:35:46 -0400
parents (none)
children (none)
# Makefile for usual Vim plugin

REPOS_TYPE := vim-script
INSTALLATION_DIR := $(HOME)/.vim
TARGETS_STATIC = $(filter %.vim %.txt,$(all_files_in_repos))
TARGETS_ARCHIVED = $(all_files_in_repos) mduem/Makefile




include mduem/Makefile

# __END__