Hacker News new | ask | show | jobs
by happiness_idx 1343 days ago
Any reason they chose to use meson instead of make?
1 comments

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.