diff --git a/build.sh b/build.sh index ffba2f5..8d51e91 100755 --- a/build.sh +++ b/build.sh @@ -4,9 +4,13 @@ # build redis script # +cd ./deps/jemalloc -ls -lh ./deps/jemalloc +./autogen.sh +cd ../../ + +ll ./deps/jemalloc #make distclean