remake

GNU Make with improved error handling, tracing, and debugging

brewmacoslinux
Try with needOr install directly
Source

About

GNU Make with improved error handling, tracing, and a debugger

Commands

remake

Examples

Run a Makefile with debugging enabled to trace execution$ remake --debugger
Execute a specific target with improved error messages$ remake target_name
Trace variable expansion and rule execution$ remake --trace