Hacker News new | ask | show | jobs
by jdc 2694 days ago
I understand there's lots of build systems out there with better scripting languages, but is there anything else that can challenge make for simplicity and portability (although I guess you could export Makefiles)?
1 comments

What about CMake?
Right, CMake seems like a more than adequate replacement. Then it becomes a question of why so many people are still writing Makefiles by hand.