Hacker News new | ask | show | jobs
by Arnavion 1346 days ago
All C projects started in the last ~2 years that I'm aware of use meson.

Besides, make alone can't do the things that they're using meson for. They'd need at least a configure script, or autotools. Meson is preferable to that.