redis_study/build.sh
2020-09-12 23:05:55 +08:00

19 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
#cd ./deps && ./update-jemalloc.sh 5.2.1
cd ../deps/jemalloc && ./autogen.sh
cd ../../
make clean
make