From c23d0f74588aa084d97d3b334b7dd63f8a9eb00e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 11 Aug 2023 14:48:03 +0800 Subject: [PATCH] 1 --- server/imserver/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/imserver/makefile b/server/imserver/makefile index a68fd516..2caf8ba7 100644 --- a/server/imserver/makefile +++ b/server/imserver/makefile @@ -4,6 +4,8 @@ compile: protoc --proto_path=proto --go_out=./mtb proto/mt.proto protoc --proto_path=proto --go_out=./cs proto/cs_msgid.proto protoc --proto_path=proto --go_out=./cs proto/cs_proto.proto + protoc --proto_path=proto --go_out=./ss proto/ss_msgid.proto + protoc --proto_path=proto --go_out=./ss proto/ss_proto.proto @export GOPROXY=https://goproxy.io @go build -gcflags=all="-N -l" -o ../../bin/imserver/ @echo "compile done"