diff --git a/3rd/jemalloc b/3rd/jemalloc index 3de03533..f1f76357 160000 --- a/3rd/jemalloc +++ b/3rd/jemalloc @@ -1 +1 @@ -Subproject commit 3de035335255d553bdb344c32ffdb603816195d8 +Subproject commit f1f76357313e7dcad7262f17a48ff0a2e005fcdc diff --git a/Makefile b/Makefile index e0f0b14d..08259a63 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ clean : cleanall: clean ifneq (,$(wildcard 3rd/jemalloc/Makefile)) - cd 3rd/jemalloc && $(MAKE) clean + cd 3rd/jemalloc && $(MAKE) clean && rm Makefile endif cd 3rd/lua && $(MAKE) clean rm -f $(LUA_STATICLIB)