X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2612e0521fde55db2c720092d4ad02a8f015f46e..994ed2bc552f4114b1f0c8dd3fd8aefaec6beeae:/Makefile diff --git a/Makefile b/Makefile index b72faa1b..20c4f86e 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ clean: cd src && $(MAKE) $@ cd deps/hiredis && $(MAKE) $@ cd deps/linenoise && $(MAKE) $@ + cd deps/jemalloc && $(MAKE) distclean + cd deps/lua && $(MAKE) $@ $(TARGETS): cd src && $(MAKE) $@