On Fri, Sep 09, 2016 at 11:43:51AM -0400, Owen Taylor wrote:
> On Tue, 2016-08-30 at 19:23 +0200, Sébastien Wilmet wrote:
> >
> > 1) Once a project is fully built, to re-build something I always do
> > something along those lines:
> >
> > To compile only what I need:
> >
> > $ jhbuild shell
> >
On Tue, 2016-08-30 at 19:23 +0200, Sébastien Wilmet wrote:
>
> 1) Once a project is fully built, to re-build something I always do
> something along those lines:
>
> To compile only what I need:
>
> $ jhbuild shell
> [jhbuild] $ cd src/
> [jhbuild] $ make
>
> To re-build only a certain *.c file