Commit 0462d983 authored by antirez's avatar antirez
Browse files

Ingore jemalloc make distclean error in Makefile, caused by make clean against...

Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.
parent 847fc098
......@@ -12,7 +12,7 @@ clean:
cd src && $(MAKE) $@
cd deps/hiredis && $(MAKE) $@
cd deps/linenoise && $(MAKE) $@
cd deps/jemalloc && $(MAKE) distclean
-(cd deps/jemalloc && $(MAKE) distclean)
$(TARGETS):
cd src && $(MAKE) $@
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment