diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-08-06 12:42:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 12:42:56 +0800 |
commit | 7fc1d5646d54329720cb8cd164368b3f8159ba96 (patch) | |
tree | c9a88df0d39e876cd84336f78a9fb9c9251fa521 | |
parent | 67a1f0cfafbe1ab3b0ebe1ee770429cf03cb306d (diff) | |
parent | d8c84f3089364d0d00688a78d79b1b2b25b2adbb (diff) | |
download | tangerine-mcl-7fc1d5646d54329720cb8cd164368b3f8159ba96.tar.gz tangerine-mcl-7fc1d5646d54329720cb8cd164368b3f8159ba96.tar.zst tangerine-mcl-7fc1d5646d54329720cb8cd164368b3f8159ba96.zip |
Merge pull request #27 from wdx7266/master
fix a small spelling mistake.
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ git clone git://github.com/herumi/cybozulib_ext ; for only Windows # Build and test on x86-64 Linux, macOS, ARM and ARM64 Linux
To make lib/libmcl.a and test it:
```
-cod work/mcl
+cd work/mcl
make test
```
To benchmark a pairing:
|