redis_study/build.sh
2020-09-12 21:16:45 +08:00

19 lines
97 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
cd deps
ls -alh
cd ../
make distclean
make