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"