update to jemalloc 4.4.0

This commit is contained in:
Cloud Wu
2017-01-03 10:51:17 +08:00
parent 2dbb0129d3
commit 8bc018fe20
2 changed files with 2 additions and 2 deletions

View File

@@ -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)