summaryrefslogtreecommitdiffstats
path: root/compile_commands.json
blob: eb812b4c1465c59a7cb33db9f3ed88035841f8fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
    {
        "arguments": [
            "cc",
            "-c",
            "-I",
            "src",
            "-g",
            "-I/usr/include/glib-2.0",
            "-I/usr/lib/glib-2.0/include",
            "-I/usr/include/dbus-1.0",
            "-I/usr/lib/dbus-1.0/include",
            "-o",
            "build/main.o",
            "src/main.c"
        ],
        "directory": "/snxdata/lib/dev/tmus",
        "file": "src/main.c"
    }
]