From 5388d23a47ec15fe38618e36a18de2cb11430bc6 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 6 Mar 2017 13:17:05 +0330 Subject: updated --- daemon/compile_commands.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'daemon/compile_commands.json') 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 -- cgit v1.2.3