helloJSON/compile_commands.json
2023-06-30 01:16:33 +01:00

108 lines
2.6 KiB
JSON

[
{
"arguments": [
"/usr/bin/clang",
"-c",
"-g",
"-Wall",
"-Werror",
"-pedantic",
"-Iinclude",
"-Iinclude/dstring",
"-Iinclude/json_entities",
"-Iinclude/lexer",
"-Iinclude/parser",
"-o",
"main",
"src/main.c"
],
"directory": "/Users/abdelrahman/dev/personal/say-it-in-json",
"file": "/Users/abdelrahman/dev/personal/say-it-in-json/src/main.c",
"output": "/Users/abdelrahman/dev/personal/say-it-in-json/main"
},
{
"arguments": [
"/usr/bin/clang",
"-c",
"-g",
"-Wall",
"-Werror",
"-pedantic",
"-Iinclude",
"-Iinclude/dstring",
"-Iinclude/json_entities",
"-Iinclude/lexer",
"-Iinclude/parser",
"-o",
"main",
"src/dstring/dstring.c"
],
"directory": "/Users/abdelrahman/dev/personal/say-it-in-json",
"file": "/Users/abdelrahman/dev/personal/say-it-in-json/src/dstring/dstring.c",
"output": "/Users/abdelrahman/dev/personal/say-it-in-json/main"
},
{
"arguments": [
"/usr/bin/clang",
"-c",
"-g",
"-Wall",
"-Werror",
"-pedantic",
"-Iinclude",
"-Iinclude/dstring",
"-Iinclude/json_entities",
"-Iinclude/lexer",
"-Iinclude/parser",
"-o",
"main",
"src/json_entities/json_entities.c"
],
"directory": "/Users/abdelrahman/dev/personal/say-it-in-json",
"file": "/Users/abdelrahman/dev/personal/say-it-in-json/src/json_entities/json_entities.c",
"output": "/Users/abdelrahman/dev/personal/say-it-in-json/main"
},
{
"arguments": [
"/usr/bin/clang",
"-c",
"-g",
"-Wall",
"-Werror",
"-pedantic",
"-Iinclude",
"-Iinclude/dstring",
"-Iinclude/json_entities",
"-Iinclude/lexer",
"-Iinclude/parser",
"-o",
"main",
"src/lexer/lexer.c"
],
"directory": "/Users/abdelrahman/dev/personal/say-it-in-json",
"file": "/Users/abdelrahman/dev/personal/say-it-in-json/src/lexer/lexer.c",
"output": "/Users/abdelrahman/dev/personal/say-it-in-json/main"
},
{
"arguments": [
"/usr/bin/clang",
"-c",
"-g",
"-Wall",
"-Werror",
"-pedantic",
"-Iinclude",
"-Iinclude/dstring",
"-Iinclude/json_entities",
"-Iinclude/lexer",
"-Iinclude/parser",
"-o",
"main",
"src/parser/parser.c"
],
"directory": "/Users/abdelrahman/dev/personal/say-it-in-json",
"file": "/Users/abdelrahman/dev/personal/say-it-in-json/src/parser/parser.c",
"output": "/Users/abdelrahman/dev/personal/say-it-in-json/main"
}
]