-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
107 lines (107 loc) · 1.87 KB
/
compile_commands.json
File metadata and controls
107 lines (107 loc) · 1.87 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"directory": "/home/vcedraz-/push_swap/push_swap_averager",
"arguments": [
"cc",
"-w",
"-pthread",
"-g3",
"-Isrcs/include/",
"-c",
"srcs/mandatory/error_management.c",
"-o",
"objs/error_management.o"
],
"file": "srcs/mandatory/error_management.c"
},
{
"directory": "/home/vcedraz-/push_swap/push_swap_averager",
"arguments": [
"cc",
"-w",
"-pthread",
"-g3",
"-Isrcs/include/",
"-c",
"srcs/mandatory/exaustive_test.c",
"-o",
"objs/exaustive_test.o"
],
"file": "srcs/mandatory/exaustive_test.c"
},
{
"directory": "/home/vcedraz-/push_swap/push_swap_averager",
"arguments": [
"cc",
"-w",
"-pthread",
"-g3",
"-Isrcs/include/",
"-c",
"srcs/mandatory/identity_test.c",
"-o",
"objs/identity_test.o"
],
"file": "srcs/mandatory/identity_test.c"
},
{
"directory": "/home/vcedraz-/push_swap/push_swap_averager",
"arguments": [
"cc",
"-w",
"-pthread",
"-g3",
"-Isrcs/include/",
"-c",
"srcs/mandatory/memory_tests.c",
"-o",
"objs/memory_tests.o"
],
"file": "srcs/mandatory/memory_tests.c"
},
{
"directory": "/home/vcedraz-/push_swap/push_swap_averager",
"arguments": [
"cc",
"-w",
"-pthread",
"-g3",
"-Isrcs/include/",
"-c",
"srcs/mandatory/test100.c",
"-o",
"objs/test100.o"
],
"file": "srcs/mandatory/test100.c"
},
{
"directory": "/home/vcedraz-/push_swap/push_swap_averager",
"arguments": [
"cc",
"-w",
"-pthread",
"-g3",
"-Isrcs/include/",
"-c",
"srcs/mandatory/test500.c",
"-o",
"objs/test500.o"
],
"file": "srcs/mandatory/test500.c"
},
{
"directory": "/home/vcedraz-/push_swap/push_swap_averager",
"arguments": [
"cc",
"-w",
"-pthread",
"-g3",
"-Isrcs/include/",
"-c",
"srcs/mandatory/test5.c",
"-o",
"objs/test5.o"
],
"file": "srcs/mandatory/test5.c"
}
]