started writing a Makefile

This commit is contained in:
scbj
2025-01-31 16:52:28 +01:00
parent e0a934821e
commit b599fdd905
4 changed files with 29 additions and 0 deletions

9
make.md Normal file
View File

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