stevedonovan / Lake

A Lua-based Build Tool
MIT License
132 stars 16 forks source link

added a change to lang.group() #43

Open Fuzzlix opened 8 years ago

Fuzzlix commented 8 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.