summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index b1712f3..be7c609 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,11 @@ be downloaded by the caller.
## Build & test
Build shared library for current platform:
-
```shell
make
```
Build shared library for specified OS & architecture (example):
-
```shell
make OS=windows ARCH=386
```
@@ -28,13 +26,11 @@ make OS=windows ARCH=386
Results will be output in `exports/`.
Test Go code:
-
```shell
make test-go
```
Test wrappers:
-
```shell
make test-wrappers
```