From 6d21d017e98457a178f542a67a0ffdc9d08e923b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 17:25:21 -0800 Subject: [PATCH] "make check" is enough --- README.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 0ca4f04d..5b57152b 100644 --- a/README.markdown +++ b/README.markdown @@ -36,9 +36,7 @@ Installation is trivial, and both compilation and testing can take advantage of multiple CPU cores: ./configure - make - make check - make install + make check && make install ## Comparison with vanilla NaCl