summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 268cb76..a002f39 100644
--- a/README.md
+++ b/README.md
@@ -85,9 +85,12 @@ make test
Clean built libraries and wrapper builds:
```shell
-make clean -j
+make -j clean
```
+Usually you won't need to do this, as changes in the library should automatically be incorporated in wrappers.
+Specify `CLEAN_ALL=1` to also remove downloaded dependencies for some wrappers.
+
Take a look at `wrappers/<lang>/README.md` for descriptions per wrapper.
## Structure
@@ -95,4 +98,4 @@ Take a look at `wrappers/<lang>/README.md` for descriptions per wrapper.
- `verify.go`: main API
- `verify_test.go` and `test_data/`: tests for API
- `exports/`: C API interface
-- `wrappers/`: Wrappers per language, more will be added
+- `wrappers/`: Wrappers per language