aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--daemon/compile_commands.json17
1 files changed, 11 insertions, 6 deletions
diff --git a/daemon/compile_commands.json b/daemon/compile_commands.json
index ca4536d..b09361e 100644
--- a/daemon/compile_commands.json
+++ b/daemon/compile_commands.json
@@ -1,17 +1,22 @@
[
{
- "command": "cc -c -o mutatord mutatord.c",
+ "command": "cc -c -o mutatorclient.o mutatorclient.c",
"directory": "/home/bloodstalker/devi/hell2/daemon",
- "file": "/home/bloodstalker/devi/hell2/daemon/mutatord.c"
+ "file": "/home/bloodstalker/devi/hell2/daemon/mutatorclient.c"
},
{
- "command": "cc -c -o mutatorclient mutatorclient.c",
+ "command": "cc -c -o mutatorserver.o mutatorserver.c",
"directory": "/home/bloodstalker/devi/hell2/daemon",
- "file": "/home/bloodstalker/devi/hell2/daemon/mutatorclient.c"
+ "file": "/home/bloodstalker/devi/hell2/daemon/mutatorserver.c"
},
{
- "command": "cc -c -o mutatorserver mutatorserver.c",
+ "command": "cc -c -o mutatord.o mutatord.c",
"directory": "/home/bloodstalker/devi/hell2/daemon",
- "file": "/home/bloodstalker/devi/hell2/daemon/mutatorserver.c"
+ "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"
}
] \ No newline at end of file