redis_study/build.sh
2020-09-12 11:33:43 +08:00

16 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
make distclean
cd deps
make hiredis linenoise lua jemalloc
cd ../src
make