parent
b7c6f3ec72
commit
027c3c9ac7
5 changed files with 36 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "something", |
||||||
|
"operation": "src_add", |
||||||
|
"sources": ["third.c"] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "something", |
||||||
|
"operation": "test" |
||||||
|
} |
||||||
|
] |
@ -0,0 +1,7 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "something", |
||||||
|
"operation": "test" |
||||||
|
} |
||||||
|
] |
Loading…
Reference in new issue