use the command :h makeprg to see more detail
simple example:
- set makeprg=gcc\ %* (% means the current file)
if there are errors, you can use :copen to see and locate these errors.
you can use
- set makeprg=gcc\ %\ &&\ ./a.out*
use the command :h makeprg to see more detail
simple example:
if there are errors, you can use :copen to see and locate these errors.
you can use