lua-users home
lua-l archive

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


> 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