aboutsummaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-03-03 07:36:19 +0000
committerbloodstalker <thabogre@gmail.com>2017-03-03 07:36:19 +0000
commit244f3b4806210136fcb94e8d49c6cd5dcecf0ef5 (patch)
tree114c28799ebb8ebb25e9e10506d1217b1c660ad5 /daemon
parentmandatory stuff (diff)
downloadmutator-244f3b4806210136fcb94e8d49c6cd5dcecf0ef5.tar.gz
mutator-244f3b4806210136fcb94e8d49c6cd5dcecf0ef5.zip
updated for the new files
Diffstat (limited to 'daemon')
-rw-r--r--daemon/compile_commands.json10
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