doc(project): update project build file doc

This commit is contained in:
bandl 2021-08-31 23:30:29 +08:00
parent a5a01b8e33
commit 6453b2a0ce
1 changed files with 11 additions and 0 deletions

11
doc/make/make.md Normal file
View File

@ -0,0 +1,11 @@
## 构建工具文档
### 构建 proto grpc-go
```shell
make dcgen
```
### 编译全部的 go 项目
```shell
make build
```