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

View File

@@ -1,9 +0,0 @@
# make
## terminology
```
target: dependency |
command |
command | rule
```