aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 04ba15f..366ece7 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -214,7 +214,7 @@ Returns an empty [environment variable object](#environment-object).
### executable()
``` meson
- exe executable(*exe_name*, *sources*, ...)
+ buildtarget executable(*exe_name*, *sources*, ...)
```
Creates a new executable. The first argument specifies its name and the remaining positional arguments define the input files to use. They can be of the following types: