[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lake - another Lua-based Build Tool
- From: Bogdan Marinescu <bogdan.marinescu@...>
- Date: Wed, 9 Feb 2011 17:42:28 +0200
> 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.
Thank you. It seems to be working although I'm not getting the usual
'lake: up to date' messages anymore so probably something is wrong.
I'm doing it like this:
default(target1)
go()
default(target2)
Best,
Bogdan