X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ce260f736e483d40967d3e551f04534154c12aba..0681c5ad844cefefbe62f30df6587c0cbec3272e:/Makefile diff --git a/Makefile b/Makefile index b72faa1b..691843d4 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ clean: cd src && $(MAKE) $@ 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) $@