diff options
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index d7d4d4b..9c98547 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -138,7 +138,7 @@ are never run in parallel. ### both_libraries() ``` meson - buildtarget both_libraries(library_name, list_of_sources, ...) + buildtarget = both_libraries(library_name, list_of_sources, ...) ``` Builds both a static and shared library with the given |