diff options
Diffstat (limited to 'test/compile_commands.json')
-rw-r--r-- | test/compile_commands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/compile_commands.json b/test/compile_commands.json new file mode 100644 index 0000000..a12a8fc --- /dev/null +++ b/test/compile_commands.json @@ -0,0 +1,7 @@ +[ + { + "command": "c++ -c -std=c++11 -fpic -o main.o main.cpp", + "directory": "/home/bloodstalker/devi/abbatoir/hole114", + "file": "/home/bloodstalker/devi/abbatoir/hole114/main.cpp" + } +]
\ No newline at end of file |