Closed mcandre closed 1 year ago
If Meson uses makefiles as intermediate build artifacts, then we may need to treat it similarly to cmake in inspections.
Meson does not use make. Meson does use ninja (a useful fact if anyone ever wants to write a linter for ninja files).
If Meson uses makefiles as intermediate build artifacts, then we may need to treat it similarly to cmake in inspections.