lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Feb 8, 2011 at 12:38 AM, Bogdan Marinescu
<bogdan.marinescu@gmail.com> wrote:
> Another question: can I force a target to run from inside Lake before
> the default target runs? I am trying to split my build in two distinct
> parts:

Usually, the lakefile is loaded, and then go() is called. So one
method to force a build is to explicitly call go() in the lakefile and
then set up the rest of the build.

(Disclaimer: I haven't tried this yet!)

steve d.