checkmake

Linter and analyzer for Makefiles to identify errors and style issues

brewmacoslinux
Try with needOr install directly
Source

About

Linter/analyzer for Makefiles

Commands

checkmake

Examples

Check a Makefile for common issues$ checkmake Makefile
Check a specific Makefile with verbose output$ checkmake --verbose Makefile
Check multiple Makefiles in a directory$ checkmake path/to/Makefile1 path/to/Makefile2