Skip to content

Commit

Permalink
add target update3rd
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Oct 5, 2015
1 parent 3a06dcf commit 79e73d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ JEMALLOC_INC := 3rd/jemalloc/include/jemalloc

all : jemalloc

.PHONY : jemalloc
.PHONY : jemalloc update3rd

MALLOC_STATICLIB := $(JEMALLOC_STATICLIB)

Expand All @@ -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
Expand Down

0 comments on commit 79e73d9

Please sign in to comment.