redis_study/build.sh
2020-09-12 22:03:44 +08:00

21 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
cd ./deps/jemalloc
./autogen.sh
cd ../../
ll ./deps/jemalloc
#make distclean
#make