stevedonovan / Lake

A Lua-based Build Tool
MIT License
134 stars 17 forks source link

added a change to lang.group() #43

Open Fuzzlix opened 9 years ago

Fuzzlix commented 9 years ago

Now you can write lang.group{"some_prefix", ....} The prefix will be added to all target file names. This allows to compile the same source files more than 1 time and store the results in the same folder.