diff options
Diffstat (limited to 'doc/tutorial/computed.md')
-rw-r--r-- | doc/tutorial/computed.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorial/computed.md b/doc/tutorial/computed.md index 0ca6065d..ee9e94d8 100644 --- a/doc/tutorial/computed.md +++ b/doc/tutorial/computed.md @@ -177,6 +177,7 @@ INFO: Backing up artifacts of 1 export targets ``` From that, we can, step by step, define the actual build description. + - The tasks to generate the target files is a computed root of the `"src target tasks"` using the top-level target `["", ""]`. We call it `"src target tasks"`. |