diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-06 09:47:05 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-06 09:47:05 +0000 |
commit | 5388d23a47ec15fe38618e36a18de2cb11430bc6 (patch) | |
tree | 79398151d54b0a546f0661100c5633f985fbe032 | |
parent | now the server sends something when the client snds a bad command so the clie... (diff) | |
download | mutator-5388d23a47ec15fe38618e36a18de2cb11430bc6.tar.gz mutator-5388d23a47ec15fe38618e36a18de2cb11430bc6.zip |
updated
-rw-r--r-- | daemon/compile_commands.json | 17 |
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 |