diff options
Diffstat (limited to '')
| -rw-r--r-- | daemon/compile_commands.json | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/daemon/compile_commands.json b/daemon/compile_commands.json new file mode 100644 index 0000000..1e65ef0 --- /dev/null +++ b/daemon/compile_commands.json @@ -0,0 +1,7 @@ +[ +    { +        "command": "cc -c -o mutatord mutatord.c",  +        "directory": "/home/bloodstalker/devi/hell2/daemon",  +        "file": "/home/bloodstalker/devi/hell2/daemon/mutatord.c" +    } +]
\ No newline at end of file | 
