Skip to content

Instantly share code, notes, and snippets.

@mhinz
Created October 10, 2013 16:00
Show Gist options
  • Save mhinz/6920846 to your computer and use it in GitHub Desktop.
Save mhinz/6920846 to your computer and use it in GitHub Desktop.
function! Make() abort
let path = findfile('Makefile', '.;')
if !empty(ret)
execute 'lcd' fnamemodify(path, ':h') . '/Makefile'
make
endif
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment