moved make.md to directory make and added example makefile

This commit is contained in:
scbj
2025-03-03 13:53:24 +01:00
parent 1865027156
commit 2b823350a1
4 changed files with 119 additions and 0 deletions

13
make/make.md Normal file
View File

@@ -0,0 +1,13 @@
# 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.