mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
add target update3rd
This commit is contained in:
5
Makefile
5
Makefile
@@ -24,7 +24,7 @@ JEMALLOC_INC := 3rd/jemalloc/include/jemalloc
|
||||
|
||||
all : jemalloc
|
||||
|
||||
.PHONY : jemalloc
|
||||
.PHONY : jemalloc update3rd
|
||||
|
||||
MALLOC_STATICLIB := $(JEMALLOC_STATICLIB)
|
||||
|
||||
@@ -39,6 +39,9 @@ $(JEMALLOC_STATICLIB) : 3rd/jemalloc/Makefile
|
||||
|
||||
jemalloc : $(MALLOC_STATICLIB)
|
||||
|
||||
update3rd :
|
||||
rm -rf 3rd/jemalloc && git submodule update --init
|
||||
|
||||
# skynet
|
||||
|
||||
CSERVICE = snlua logger gate harbor
|
||||
|
||||
Reference in New Issue
Block a user