17 lines
98 B
Bash
Executable File
17 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#
|
|
# build redis script
|
|
#
|
|
|
|
|
|
ls -alh ./deps/jemalloc
|
|
|
|
|
|
make distclean
|
|
|
|
make
|
|
|
|
|
|
|