should be 'make check'

This commit is contained in:
pb82 2013-08-03 13:19:39 +02:00
parent 4175f73ea8
commit e874c5b0f6

View File

@ -46,7 +46,7 @@ cd libsodium
git checkout tags/0.4.2
./autogen.sh
./configure
make
make check
sudo make install
```