]> git.saurik.com Git - redis.git/blobdiff - Makefile
master branch merged into scripting.
[redis.git] / Makefile
index 7ce9031c45e7d0833cfedf4108c8ec8832ba4177..691843d49a1f1b372cc773f14e9aff6d2979bf23 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ clean:
        cd deps/hiredis && $(MAKE) $@
        cd deps/linenoise && $(MAKE) $@
        cd deps/jemalloc && $(MAKE) distclean
+       cd deps/lua && $(MAKE) $@
+       -(cd deps/jemalloc && $(MAKE) distclean)
 
 $(TARGETS):
        cd src && $(MAKE) $@