update
This commit is contained in:
parent
c9a8c22e42
commit
f8bf6ecd52
@ -68,6 +68,7 @@ exit n | 终止 awk,返回 n
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 判断语句
|
## 判断语句
|
||||||
|
- if
|
||||||
```awk
|
```awk
|
||||||
if(条件){
|
if(条件){
|
||||||
# 语句
|
# 语句
|
||||||
|
@ -241,6 +241,7 @@ categories: ["dev/ops"]
|
|||||||
- 如果生成(或更新)foo.o文件。也就是那个cc命令,其说明了,如何生成foo.o这个文件。(当然foo.c文件include了defs.h文件)
|
- 如果生成(或更新)foo.o文件。也就是那个cc命令,其说明了,如何生成foo.o这个文件。(当然foo.c文件include了defs.h文件)
|
||||||
|
|
||||||
### 规则的语法
|
### 规则的语法
|
||||||
|
- 常规
|
||||||
```makefile
|
```makefile
|
||||||
targets : prerequisites
|
targets : prerequisites
|
||||||
command
|
command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user