Fix makefile bug
parent
6da8300668
commit
edd4312b3b
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
Version=0.0.1
|
Version=0.0.2
|
||||||
Branch=main
|
Branch=main
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -13,5 +13,5 @@ publish:
|
||||||
# make build
|
# make build
|
||||||
# 更新proto结构, 生成对应的cs类, 需要先安装proto工具并建立系统路径
|
# 更新proto结构, 生成对应的cs类, 需要先安装proto工具并建立系统路径
|
||||||
build:
|
build:
|
||||||
cd ./Runtime/ServerProto
|
cd ./Runtime/ServerProto; \
|
||||||
protogen messages.proto --csharp_out=../NetworkGen
|
protogen messages.proto --csharp_out=../NetworkGen
|
||||||
Loading…
Reference in New Issue