From 244f3b4806210136fcb94e8d49c6cd5dcecf0ef5 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 3 Mar 2017 11:06:19 +0330 Subject: updated for the new files --- daemon/compile_commands.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'daemon') 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 -- cgit v1.2.3