-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
33 lines (33 loc) · 1.48 KB
/
compile_commands.json
File metadata and controls
33 lines (33 loc) · 1.48 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
[
{
"directory": "/Users/yusufakin/tmp/cmpe/322/project1/",
"command": "gcc -c -o main.o main.c -I/Users/yusufakin/tmp/cmpe/322/project1/include/",
"file": "/Users/yusufakin/tmp/cmpe/322/project1/src/main.c"
},
{
"directory": "/Users/yusufakin/tmp/cmpe/322/project1/",
"command": "gcc -c -o repl.o repl.c -I/Users/yusufakin/tmp/cmpe/322/project1/include/",
"file": "/Users/yusufakin/tmp/cmpe/322/project1/src/repl.c"
},
{
"directory": "/Users/yusufakin/tmp/cmpe/322/project1/",
"command": "gcc -c -o tokenizer.o tokenizer.c -I/Users/yusufakin/tmp/cmpe/322/project1/include/",
"file": "/Users/yusufakin/tmp/cmpe/322/project1/src/tokenizer.c"
},
{
"directory": "/Users/yusufakin/tmp/cmpe/322/project1/",
"command": "gcc -c -o utils.o utils.c -I/Users/yusufakin/tmp/cmpe/322/project1/include/",
"file": "/Users/yusufakin/tmp/cmpe/322/project1/src/utils.c"
},
{
"directory": "/Users/yusufakin/tmp/cmpe/322/project1/",
"command": "gcc -c -o dictionary.o dictionary.c -I/Users/yusufakin/tmp/cmpe/322/project1/include/",
"file": "/Users/yusufakin/tmp/cmpe/322/project1/src/dictionary.c"
},
{
"directory": "/Users/yusufakin/tmp/cmpe/322/project1/",
"command": "gcc -o main main.o repl.o tokenizer.o utils.o dictionary.o -I/Users/yusufakin/tmp/cmpe/322/project1/include/",
"file": "/Users/yusufakin/tmp/cmpe/322/project1/main"
}
{
]