Skip to content

Commit d861b7d

Browse files
committed
fix make order in BUILD instructions
1 parent 950244b commit d861b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ After that you can build memcached binary using automake
1111
cd memcached
1212
./autogen.sh
1313
./configure
14-
make test
1514
make
15+
make test
1616

1717
It should create the binary in the same folder, which you can run
1818

0 commit comments

Comments
 (0)