# Checkmake
Experimental tool for linting and checking Makefiles
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Installation and configuration
```sh
go install 'github.com/mrtazz/checkmake/cmd/checkmake@latest'
```
Usage
```sh
checkmake 'Makefile'
go run 'github.com/mrtazz/checkmake/cmd/checkmake@latest' 'Makefile'
```
## Further readings
- [Github]
- [GNU make][make]
### Sources
[make]: gnu%20userland/make.md
[github]: https://github.com/mrtazz/checkmake