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