blob: f96515289a46d7aadcbea1bdcba13067f9657ef8 (
plain)
1
2
3
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.
|