This commit is contained in:
wangchuxiao 2023-03-06 16:00:23 +08:00
parent bfb67ed6b7
commit 8143d589aa
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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