diff --git a/cmd/rpc/auth/Makefile b/cmd/rpc/auth/Makefile index d269b2e5e..4c3f622a7 100644 --- a/cmd/rpc/auth/Makefile +++ b/cmd/rpc/auth/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help NAME=open_im_auth -BIN_DIR=../../bin/ +BIN_DIR=../../../bin/ OS:= $(or $(os),linux) ARCH:=$(or $(arch),amd64) diff --git a/cmd/rpc/conversation/Makefile b/cmd/rpc/conversation/Makefile index 2be46f72e..833e9f651 100644 --- a/cmd/rpc/conversation/Makefile +++ b/cmd/rpc/conversation/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help NAME=open_im_conversation -BIN_DIR=../../bin/ +BIN_DIR=../../../bin/ OS:= $(or $(os),linux) ARCH:=$(or $(arch),amd64) diff --git a/cmd/rpc/friend/Makefile b/cmd/rpc/friend/Makefile index b74d12b4d..bf04b74e1 100644 --- a/cmd/rpc/friend/Makefile +++ b/cmd/rpc/friend/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help NAME=open_im_friend -BIN_DIR=../../bin/ +BIN_DIR=../../../bin/ OS:= $(or $(os),linux) ARCH:=$(or $(arch),amd64) diff --git a/cmd/rpc/group/Makefile b/cmd/rpc/group/Makefile index 93f32e1e5..123d50945 100644 --- a/cmd/rpc/group/Makefile +++ b/cmd/rpc/group/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help NAME=open_im_group -BIN_DIR=../../bin/ +BIN_DIR=../../../bin/ OS:= $(or $(os),linux) ARCH:=$(or $(arch),amd64) diff --git a/cmd/rpc/msg/Makefile b/cmd/rpc/msg/Makefile index 5d7593f6f..6270183f8 100644 --- a/cmd/rpc/msg/Makefile +++ b/cmd/rpc/msg/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help NAME=open_im_msg -BIN_DIR=../../bin/ +BIN_DIR=../../../bin/ OS:= $(or $(os),linux) ARCH:=$(or $(arch),amd64) diff --git a/cmd/rpc/third/Makefile b/cmd/rpc/third/Makefile index b3ada64e5..fe44c27ef 100644 --- a/cmd/rpc/third/Makefile +++ b/cmd/rpc/third/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help NAME=open_im_third -BIN_DIR=../../bin/ +BIN_DIR=../../../bin/ OS:= $(or $(os),linux) ARCH:=$(or $(arch),amd64) diff --git a/cmd/rpc/user/Makefile b/cmd/rpc/user/Makefile index ecde5e761..9c7f03d5d 100644 --- a/cmd/rpc/user/Makefile +++ b/cmd/rpc/user/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help NAME=open_im_user -BIN_DIR=../../bin/ +BIN_DIR=../../../bin/ OS:= $(or $(os),linux) ARCH:=$(or $(arch),amd64)