merged multiple files for one topic into one markdown file, did some refactoring in linux.md

This commit is contained in:
scbj
2025-06-24 11:52:38 +02:00
parent 28d472b36d
commit 9103bcd51c
10 changed files with 115 additions and 89 deletions

13
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.