mcandre / unmake

a makefile linter
Other
83 stars 3 forks source link

study meson #190

Closed mcandre closed 1 year ago

mcandre commented 1 year ago

If Meson uses makefiles as intermediate build artifacts, then we may need to treat it similarly to cmake in inspections.

mcandre commented 1 year ago

Meson does not use make. Meson does use ninja (a useful fact if anyone ever wants to write a linter for ninja files).