From 1f3adc4dbe20196eb45b7c0cfe502ce108618ada Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 23 Jun 2021 10:58:26 +0200 Subject: Add feed arg to custom_target() --- docs/markdown/snippets/custom-target-feed.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/custom-target-feed.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/custom-target-feed.md b/docs/markdown/snippets/custom-target-feed.md new file mode 100644 index 0000000..f965152 --- /dev/null +++ b/docs/markdown/snippets/custom-target-feed.md @@ -0,0 +1,4 @@ +## The custom_target() function now accepts a feed argument + +It is now possible to provide a `feed: true` argument to `custom_target()` to +pipe the target's input file to the program's standard input. -- cgit v1.1