Promising alternatives to make?

build-automationmakefile

I've been using make and makefiles for many many years, and although the concept
is sound, the implementation has something to be desired.

Has anyone found any good alternatives to make that don't overcomplicate
the problem?

Best Answer

check out SCons. For example Doom 3 and Blender make uses of it.