14 lines
198 B
JSON
14 lines
198 B
JSON
[
|
|
{
|
|
"type": "target",
|
|
"target": "something",
|
|
"operation": "src_add",
|
|
"sources": ["third.c"]
|
|
},
|
|
{
|
|
"type": "target",
|
|
"target": "something",
|
|
"operation": "info"
|
|
}
|
|
]
|