diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-03 07:36:19 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-03 07:36:19 +0000 |
commit | 244f3b4806210136fcb94e8d49c6cd5dcecf0ef5 (patch) | |
tree | 114c28799ebb8ebb25e9e10506d1217b1c660ad5 | |
parent | mandatory stuff (diff) | |
download | mutator-244f3b4806210136fcb94e8d49c6cd5dcecf0ef5.tar.gz mutator-244f3b4806210136fcb94e8d49c6cd5dcecf0ef5.zip |
updated for the new files
-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 |