This commit is contained in:
2025-07-21 20:59:36 +08:00
parent ead3d16257
commit 633e013f91
4 changed files with 109 additions and 27 deletions

View File

@ -113,8 +113,20 @@ https://nginx.org/download/nginx-1.22.0.tar.gz
make install
```
##### make 常用命令
```
make #编译
make install #安装
make clean #清除上一次make命令生成的文件
make distclean #清除上一次make以及configure命令生成的文件
```
##### 静态编译