summaryrefslogtreecommitdiff
path: root/test/end-to-end/serve-service/data/targets/TARGETS.deep
blob: 0d8a83698907f52cad6f1c82c4c1eb6bb33c3b96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "": {"type": "export", "target": "deep", "flexible_config": ["DEPTH"]}
, "deep":
  { "type": "generic"
  , "arguments_config": ["DEPTH"]
  , "deps": ["deep-output.py"]
  , "out_dirs": ["out"]
  , "cmds":
    [ { "type": "join_cmd"
      , "$1":
        ["python3", "deep-output.py", "out", {"type": "var", "name": "DEPTH"}]
      }
    ]
  }
}