redis_study/build.sh
2020-09-12 22:05:49 +08:00

21 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
cd ./deps/jemalloc
./autogen.sh
cd ../../
ls -lh ./deps/jemalloc
make clean
make