21 lines
317 B
JSON
21 lines
317 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"file": "src/main.c",
|
||
|
|
"arguments": [
|
||
|
|
"gcc",
|
||
|
|
"-Wall",
|
||
|
|
"-O0",
|
||
|
|
"-g",
|
||
|
|
"-DDEBUG",
|
||
|
|
"-Wall",
|
||
|
|
"-Wextra",
|
||
|
|
"-Isrc",
|
||
|
|
"-c",
|
||
|
|
"src/main.c",
|
||
|
|
"-o",
|
||
|
|
"build/main.o"
|
||
|
|
],
|
||
|
|
"directory": "/home/tom/Dev/networkc",
|
||
|
|
"output": "build/main.o"
|
||
|
|
}
|
||
|
|
]
|