Fix makefile bug

main
Kevin Li 2023-09-05 16:52:19 +08:00
parent 6da8300668
commit edd4312b3b
1 changed files with 2 additions and 2 deletions

View File

@ -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