diff options
author | antirez <antirez@gmail.com> | 2011-06-20 11:52:15 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2011-06-20 11:52:15 +0200 |
commit | 9e62dc17dadc02e988f93dfa3856e46c2ff2bac7 (patch) | |
tree | 232e81f3d94aaa1b564e6580a92c427a168563d0 /Makefile | |
parent | b4a79b9ffcbf01ff2162020f856b7fb8e6094bbf (diff) | |
download | redis-9e62dc17dadc02e988f93dfa3856e46c2ff2bac7.tar.gz |
Makefile modified to build with jemalloc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) $@ |