Description
Analyzes Makefiles with the prebuilt checkmake linter. It is useful for developers and maintainers who want quick feedback on Makefile style and common build-file mistakes without compiling the tool.
Lint results are guidance, not proof that a build is correct. Review reported issues against the project's intended make behavior before changing working build logic.