X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9e62dc17dadc02e988f93dfa3856e46c2ff2bac7..0681c5ad844cefefbe62f30df6587c0cbec3272e:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 7ce9031c..691843d4 100644 --- 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) $@