Hi,
what I am triing to do seems a very basic stuff, but I can't find anything about it. I am working on a project built as usual:
project
|-- bin
|-- inc
`-- src
I would like to make my project using the make command included in Vim. But each time I have to specify :make -C ../
. I would prefer, if there is not Makefile file in the current directory, go in the parent directory. I already do that with
set tags+=./tags;/
in my .vimrc
Furthermore, the make is by default ugly. Are there options to add color to make, and allow a direct access to the errors (as in emacs).
Thanks