mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-23 05:19:43 +08:00
feat(make): define common githook
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
6ca3de6063
commit
1a034cfc66
@ -119,6 +119,9 @@ ifndef V
|
|||||||
MAKEFLAGS += --no-print-directory
|
MAKEFLAGS += --no-print-directory
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Copy githook scripts when execute makefile
|
||||||
|
COPY_GITHOOK:=$(shell cp -f githooks/* .git/hooks/)
|
||||||
|
|
||||||
# COMMA: Concatenate multiple strings to form a list of strings
|
# COMMA: Concatenate multiple strings to form a list of strings
|
||||||
COMMA := ,
|
COMMA := ,
|
||||||
# SPACE: Used to separate strings
|
# SPACE: Used to separate strings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user