mirror of
https://github.com/amix/vimrc
synced 2025-07-12 06:05:01 +08:00
rename vim_plugins_src to vim_plugin_candinates_src and used as an plugin candinate dir
This commit is contained in:
13
vim_plugin_candinates_src/vim-fakeclip-0.2.10/Makefile
Normal file
13
vim_plugin_candinates_src/vim-fakeclip-0.2.10/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# Makefile for vim-fakeclip
|
||||
|
||||
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__
|
Reference in New Issue
Block a user