redis_study/build.sh

17 lines
99 B
Bash
Raw Normal View History

2020-09-05 04:01:22 +00:00
#!/usr/bin/env bash
#
# build redis script
#
2020-09-12 13:16:45 +00:00
2020-09-12 13:22:24 +00:00
ls -lh ./deps/jemalloc
2020-09-12 13:16:45 +00:00
2020-09-12 13:19:39 +00:00
#make distclean
2020-09-05 04:01:22 +00:00
2020-09-12 13:19:39 +00:00
#make
2020-09-12 02:12:54 +00:00
2020-09-05 04:01:22 +00:00