moved make.md to directory make and added example makefile
This commit is contained in:
13
make/make.md
Normal file
13
make/make.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user