Skip to content

Commit 8bc018f

Browse files
committed
update to jemalloc 4.4.0
1 parent 2dbb012 commit 8bc018f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3rd/jemalloc

Submodule jemalloc updated 97 files

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ clean :
135135

136136
cleanall: clean
137137
ifneq (,$(wildcard 3rd/jemalloc/Makefile))
138-
cd 3rd/jemalloc && $(MAKE) clean
138+
cd 3rd/jemalloc && $(MAKE) clean && rm Makefile
139139
endif
140140
cd 3rd/lua && $(MAKE) clean
141141
rm -f $(LUA_STATICLIB)

0 commit comments

Comments
 (0)