aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Run-targets.md
diff options
context:
space:
mode:
authorTheQwertiest <qwertiest@mail.ru>2020-06-30 18:32:27 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-06-30 23:52:31 +0300
commit83a973ca04cf53dd98ff487b4273155b82cf554a (patch)
treeb060a4df04b2a3868c1df22db4daa62fc03aa6c3 /docs/markdown/Run-targets.md
parent9e0db0a05ed146b48dc56cc95a6a85b99f93fc8a (diff)
downloadmeson-83a973ca04cf53dd98ff487b4273155b82cf554a.zip
meson-83a973ca04cf53dd98ff487b4273155b82cf554a.tar.gz
meson-83a973ca04cf53dd98ff487b4273155b82cf554a.tar.bz2
Replaced `ninja` with `meson` [skip ci]
Diffstat (limited to 'docs/markdown/Run-targets.md')
-rw-r--r--docs/markdown/Run-targets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Run-targets.md b/docs/markdown/Run-targets.md
index 38129a6..b584bf7 100644
--- a/docs/markdown/Run-targets.md
+++ b/docs/markdown/Run-targets.md
@@ -29,7 +29,7 @@ run_target('inspector',
Run targets are not run by default. To run it run the following command.
```console
-$ ninja inspector
+$ meson compile inspector
```
All additional entries in `run_target`'s `command` array are passed unchanged to the inspector script, so you can do things like this: