make_target.vim
This filetype plugin for Makefiles ("make" filetype) provides an autoload
function make#target#Make()
and buffer-local mapping <Plug>(MakeTarget)
to
make!
the target for the recipe under the cursor, if it can be identified.
License
Copyright (c) Tom Ryder. Distributed under the same terms as Vim itself.
See :help license
.