stevedonovan / Lake

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

Cleaning #10

Closed moteus closed 11 years ago

moteus commented 12 years ago
  1. clean target for msvc does not delete .lib and .exp files.
  2. It would be convenient if we can add own actions to clean target.
mytarget = target(...)
mytarget:clean(action(...),action(...))
stevedonovan commented 12 years ago

Good points. I'll update to clear the .lib and .exp files, and extending the clean target is a useful idea.

moteus commented 12 years ago

Also *.pdb file