diff --git a/knowledge base/checkmake.md b/knowledge base/checkmake.md new file mode 100644 index 0000000..cdef27a --- /dev/null +++ b/knowledge base/checkmake.md @@ -0,0 +1,50 @@ +# 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 + +