Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flemay committed Mar 7, 2024
1 parent 44384c8 commit 5fd7408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/make.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Make is a cross-platform build tool to test and build software and it is used as
Having a clean `Makefile` is key. It helps to understand it quickly and is easier to maintain. Therefore, having some conventions like [target vs _target][linkTargetVSUnderscoreTarget], and [Pipeline targets][linkPipelineTargets] really aim to make the developer's life easier. The conventions are for the context of the 3 Musketeers.

::: info
The snippets in this section bring support for the documentation and are expected to be incomplete.
* The snippets in this section bring support for the documentation and are expected to be incomplete.
* [Makefile Tutorial](https://makefiletutorial.com/) is a great place to learn more about Make and Makefile.
:::


## target vs _target

::: info
Expand Down

0 comments on commit 5fd7408

Please sign in to comment.