21 lines
138 B
Bash
Executable File
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
|
|
|
|
|
|
|