This commit is contained in:
colben 2022-05-17 22:38:01 +08:00
parent c9a8c22e42
commit f8bf6ecd52
14 changed files with 1352 additions and 1350 deletions

View File

@ -68,6 +68,7 @@ exit n | 终止 awk返回 n
```
## 判断语句
- if
```awk
if(条件){
# 语句

View File

@ -241,6 +241,7 @@ categories: ["dev/ops"]
- 如果生成或更新foo.o文件。也就是那个cc命令其说明了如何生成foo.o这个文件。当然foo.c文件include了defs.h文件
### 规则的语法
- 常规
```makefile
targets : prerequisites
command