summaryrefslogtreecommitdiff
path: root/test/end-to-end/computed-roots/targets.absent-targets
blob: b1c27550015963fe5935171476db970fa17609b9 (plain)
1
2
3
4
5
6
7
8
{ "cat":
  { "type": "generic"
  , "outs": ["out"]
  , "cmds": ["cat *.txt > out"]
  , "deps": [["data", ""]]
  }
, "": {"type": "export", "target": "cat"}
}