diff options
Diffstat (limited to 'docs/markdown/Custom-build-targets.md')
-rw-r--r-- | docs/markdown/Custom-build-targets.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Custom-build-targets.md b/docs/markdown/Custom-build-targets.md index 30a16e3..9a0f2a1 100644 --- a/docs/markdown/Custom-build-targets.md +++ b/docs/markdown/Custom-build-targets.md @@ -27,6 +27,8 @@ This would generate the binary `output.bin` and install it to `${prefix}/subdir/output.bin`. Variable substitution works just like it does for source generation. +See [Generating Sources](Generating-sources.md) for more information on this topic. + ## Details on compiler invocations Meson only permits you to specify one command to run. This is by |