X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ce260f736e483d40967d3e551f04534154c12aba..09e2d9eeba3ff65fd60f905a5bcb0f684f7a883e:/Makefile diff --git a/Makefile b/Makefile index b72faa1b..44df36f5 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ clean: cd src && $(MAKE) $@ cd deps/hiredis && $(MAKE) $@ cd deps/linenoise && $(MAKE) $@ + -(cd deps/jemalloc && $(MAKE) distclean) $(TARGETS): cd src && $(MAKE) $@