redis_study/build.sh
2020-09-12 23:07:32 +08:00

19 lines
157 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