remake is a modern version of GNU make utility that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger.
The debugger lets you set breakpoints on targets, show and set variables, inspect target descriptions, and see the target call stack. If you are interesting in contributing to this project, please contact us.
Product's homepage
What's New in This Release: [ read full changelog ]
· Makefiles can now have an optional description line as a meta comment which is described in the upcoming LISA 2011 paper.
· Process IDs are now shown on the --trace separator line when there are multiple make jobs are running.
· An indentation bug in --trace output was fixed.