From 9e62dc17dadc02e988f93dfa3856e46c2ff2bac7 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 20 Jun 2011 11:52:15 +0200 Subject: Makefile modified to build with jemalloc --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b72faa1b1..7ce9031c4 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ clean: cd src && $(MAKE) $@ cd deps/hiredis && $(MAKE) $@ cd deps/linenoise && $(MAKE) $@ + cd deps/jemalloc && $(MAKE) distclean $(TARGETS): cd src && $(MAKE) $@ -- cgit v1.2.1