A cool and transposable Makefile for C++ projects.
- Cool and colorfull display.
- A fancy progress bar with the (up to date) number of files left to compile.
- The possibility to add debug flags (
-g3
and/or-fsanitize=adress
) by setting the variablesDEBUG
andSANITIZE
to 1. - The debug flags persist untill
DEBUG
and/orSANITIZE
are set back to 0 (handy when muscle memory makes you typemake
while focused on debugging).
- A C-ish version.
- Support for static libraries.
Any suggestions and PR will be welcome.
A special thank to @riblanc for the idea (and implementation) of the debug variables and to @tmatis for his inspiring 42Make. 😉