/makefile-style-checker

Check if a Makefile conforms to a given style, including a list of targets etc.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Makefile style checker

The purpose of this tool is to check Makefiles against a style protocol, which includes:

  • A set of targets

Example

makefile-style-checker --targets all,test,install,uninstall,debug Makefile ../impl/Makefile

Installation

make install

Style requests

Please open issue

Contributors

Sapan Bhatia

License

GPLv3