14 lines
217 B
Markdown
14 lines
217 B
Markdown
# make
|
|
|
|
## terminology
|
|
|
|
```
|
|
target: dependency |
|
|
command |
|
|
command | rule
|
|
```
|
|
|
|
## example
|
|
See `./Makefile` and `sources.mk` for an example from a C project for the Nucleo-L552-Q.
|
|
|