Improved build system written in gmake.
Features: - Languages: C (at moment) - Dependencies auto exploration for source files. - Colors for output - It's all written in gmake (it is nice functional programming language http://okmij.org/ftp/Computation/#Makefile-functional) - Only one dependency tree for all project, not for each subdirectory. - Auto generating all needed target, as clean, distclean, install etc.
License: GPLv3