diff options
Diffstat (limited to 'obfuscator/test/compile_commands.json')
-rw-r--r-- | obfuscator/test/compile_commands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/obfuscator/test/compile_commands.json b/obfuscator/test/compile_commands.json new file mode 100644 index 0000000..ea76446 --- /dev/null +++ b/obfuscator/test/compile_commands.json @@ -0,0 +1,7 @@ +[ + { + "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -o test.o test.cpp", + "directory": "/home/bloodstalker/devi/hell2/obfuscator/test", + "file": "/home/bloodstalker/devi/hell2/obfuscator/test/test.cpp" + } +]
\ No newline at end of file |