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