vim/bundle/arpeggio/Makefile @ 3d58f115f6b4

vim: start using arpeggio
author Steve Losh <steve@dwaiter.com>
date Mon, 12 Jul 2010 10:34:58 -0400
parents 6bd31aa2672a
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__