summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-01-25 12:09:11 -0800
committerdormando <dormando@rydia.net>2020-02-01 14:36:23 -0800
commitd861b7d004e78735667a0edd40c46e35e03a798b (patch)
treea37492c43b4b2b6f1ef7e8c44a25a9d4077f32b9 /BUILD
parent950244b34efe419bacefd7922c33a2f067880d82 (diff)
downloadmemcached-d861b7d004e78735667a0edd40c46e35e03a798b.tar.gz
fix make order in BUILD instructions
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 8f84356..c29f8ed 100644
--- a/BUILD
+++ b/BUILD
@@ -11,8 +11,8 @@ After that you can build memcached binary using automake
cd memcached
./autogen.sh
./configure
-make test
make
+make test
It should create the binary in the same folder, which you can run