summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-06-20 11:52:15 +0200
committerantirez <antirez@gmail.com>2011-06-20 11:52:15 +0200
commit9e62dc17dadc02e988f93dfa3856e46c2ff2bac7 (patch)
tree232e81f3d94aaa1b564e6580a92c427a168563d0 /Makefile
parentb4a79b9ffcbf01ff2162020f856b7fb8e6094bbf (diff)
downloadredis-9e62dc17dadc02e988f93dfa3856e46c2ff2bac7.tar.gz
Makefile modified to build with jemalloc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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) $@