1 2 3 4 5 6 7 8
{ "cat": { "type": "generic" , "outs": ["out"] , "cmds": ["cat *.txt > out"] , "deps": [["data", ""]] } , "": {"type": "export", "target": "cat"} }