From edd4312b3bee34c6b4696b96bd15e39335650884 Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Tue, 5 Sep 2023 16:52:19 +0800 Subject: [PATCH] Fix makefile bug --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb0637d..5165e86 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -Version=0.0.1 +Version=0.0.2 Branch=main @@ -13,5 +13,5 @@ publish: # make build # 更新proto结构, 生成对应的cs类, 需要先安装proto工具并建立系统路径 build: - cd ./Runtime/ServerProto + cd ./Runtime/ServerProto; \ protogen messages.proto --csharp_out=../NetworkGen \ No newline at end of file