aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/compile_commands.json
blob: b09361e15b2ebcf306cc794e3b5f2b0970e8f262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
    {
        "command": "cc -c -o mutatorclient.o mutatorclient.c", 
        "directory": "/home/bloodstalker/devi/hell2/daemon", 
        "file": "/home/bloodstalker/devi/hell2/daemon/mutatorclient.c"
    }, 
    {
        "command": "cc -c -o mutatorserver.o mutatorserver.c", 
        "directory": "/home/bloodstalker/devi/hell2/daemon", 
        "file": "/home/bloodstalker/devi/hell2/daemon/mutatorserver.c"
    }, 
    {
        "command": "cc -c -o mutatord.o mutatord.c", 
        "directory": "/home/bloodstalker/devi/hell2/daemon", 
        "file": "/home/bloodstalker/devi/hell2/daemon/mutatord.c"
    }, 
    {
        "command": "cc -c -o daemon_aux.o daemon_aux.c", 
        "directory": "/home/bloodstalker/devi/hell2/daemon", 
        "file": "/home/bloodstalker/devi/hell2/daemon/daemon_aux.c"
    }
]