From e554fc15e3941f843c2f307ab243833029357511 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sat, 12 Sep 2020 21:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E6=96=B0=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 461f197..9feae74 100755 --- a/build.sh +++ b/build.sh @@ -4,11 +4,14 @@ # build redis script # +cd deps + +ls -alh + +cd ../ + make distclean -cd deps -make hiredis linenoise lua jemalloc -cd ../src make