mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb): start article for checkmake
This commit is contained in:
50
knowledge base/checkmake.md
Normal file
50
knowledge base/checkmake.md
Normal file
@@ -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
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Installation and configuration</summary>
|
||||||
|
|
||||||
|
```sh
|
||||||
|
go install 'github.com/mrtazz/checkmake/cmd/checkmake@latest'
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Usage</summary>
|
||||||
|
|
||||||
|
```sh
|
||||||
|
checkmake 'Makefile'
|
||||||
|
go run 'github.com/mrtazz/checkmake/cmd/checkmake@latest' 'Makefile'
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## Further readings
|
||||||
|
|
||||||
|
- [Github]
|
||||||
|
- [GNU make][make]
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Reference
|
||||||
|
═╬═Time══
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- In-article sections -->
|
||||||
|
<!-- Knowledge base -->
|
||||||
|
[make]: gnu%20userland/make.md
|
||||||
|
|
||||||
|
<!-- Files -->
|
||||||
|
<!-- Upstream -->
|
||||||
|
[github]: https://github.com/mrtazz/checkmake
|
||||||
|
|
||||||
|
<!-- Others -->
|
||||||
Reference in New Issue
Block a user