1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[
{
"arguments": [
"/usr/bin/gcc",
"-c",
"-g",
"-o",
"src/fvm.o",
"src/fvm.c"
],
"directory": "/home/mistivia/repos/fvm",
"file": "/home/mistivia/repos/fvm/src/fvm.c",
"output": "/home/mistivia/repos/fvm/src/fvm.o"
},
{
"arguments": [
"/usr/bin/gcc",
"-c",
"-g",
"-o",
"src/main.o",
"src/main.c"
],
"directory": "/home/mistivia/repos/fvm",
"file": "/home/mistivia/repos/fvm/src/main.c",
"output": "/home/mistivia/repos/fvm/src/main.o"
},
{
"arguments": [
"/usr/bin/gcc",
"-c",
"-Isrc/",
"-g",
"src/fvm.o",
"-o",
"tests/test_opcodes.bin",
"tests/test_opcodes.c"
],
"directory": "/home/mistivia/repos/fvm",
"file": "/home/mistivia/repos/fvm/tests/test_opcodes.c",
"output": "/home/mistivia/repos/fvm/tests/test_opcodes.bin"
}
]
|