diff options
| -rw-r--r-- | daemon/compile_commands.json | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/daemon/compile_commands.json b/daemon/compile_commands.json index 1e65ef0..ca4536d 100644 --- a/daemon/compile_commands.json +++ b/daemon/compile_commands.json @@ -3,5 +3,15 @@          "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"      }  ]
\ No newline at end of file | 
