Hacker News new | ask | show | jobs
by yakubin 1810 days ago
What do embedded projects in US use instead?
2 comments

Some flavor of make (gnu and nmake are the two most common I've seen) usually wrapped with scripts written in perl/python/bash/.bat
Plain ol' makefiles?
Can you not use CMake to generate those makefiles?