-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompile_commands.json
41 lines (41 loc) · 1.03 KB
/
compile_commands.json
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
[
{
"arguments": [
"/usr/bin/gcc",
"-Iinclude",
"-c",
"-o",
"src/HTTP_Server.o",
"src/HTTP_Server.c"
],
"directory": "/home/infraredCoding/workspace/websockets",
"file": "/home/infraredCoding/workspace/websockets/src/HTTP_Server.c",
"output": "/home/infraredCoding/workspace/websockets/src/HTTP_Server.o"
},
{
"arguments": [
"/usr/bin/gcc",
"-Iinclude",
"-c",
"-o",
"src/main.o",
"src/main.c"
],
"directory": "/home/infraredCoding/workspace/websockets",
"file": "/home/infraredCoding/workspace/websockets/src/main.c",
"output": "/home/infraredCoding/workspace/websockets/src/main.o"
},
{
"arguments": [
"/usr/bin/gcc",
"-Iinclude",
"-c",
"-o",
"src/Routes.o",
"src/Routes.c"
],
"directory": "/home/infraredCoding/workspace/websockets",
"file": "/home/infraredCoding/workspace/websockets/src/Routes.c",
"output": "/home/infraredCoding/workspace/websockets/src/Routes.o"
}
]