diff options
Diffstat (limited to 'docs/markdown/Run-targets.md')
-rw-r--r-- | docs/markdown/Run-targets.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Run-targets.md b/docs/markdown/Run-targets.md index 86639ab..38129a6 100644 --- a/docs/markdown/Run-targets.md +++ b/docs/markdown/Run-targets.md @@ -1,3 +1,7 @@ +--- +short-description: Targets to run external commands +... + # Run targets Sometimes you need to have a target that just runs an external command. As an example you might have a build target that reformats your source code, runs `cppcheck` or something similar. In Meson this is accomplished with a so called *run target*. |