Delete compile_commands.json
I don’t think this should ever have been added.
This commit is contained in:
parent
2c007a8f94
commit
7fe0c7f639
1 changed files with 0 additions and 92 deletions
|
@ -1,92 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
|
|
||||||
"-o",
|
|
||||||
"CMakeFiles/Lox.dir/chunk.c.o",
|
|
||||||
"-c",
|
|
||||||
"/home/chelys/projects/study/craftinginterpreters/clox/src/chunk.c",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
|
|
||||||
],
|
|
||||||
"directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
|
|
||||||
"file": "/home/chelys/projects/study/craftinginterpreters/clox/src/chunk.c",
|
|
||||||
"output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/chunk.c.o"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
|
|
||||||
"-o",
|
|
||||||
"CMakeFiles/Lox.dir/memory.c.o",
|
|
||||||
"-c",
|
|
||||||
"/home/chelys/projects/study/craftinginterpreters/clox/src/memory.c",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
|
|
||||||
],
|
|
||||||
"directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
|
|
||||||
"file": "/home/chelys/projects/study/craftinginterpreters/clox/src/memory.c",
|
|
||||||
"output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/memory.c.o"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
|
|
||||||
"-o",
|
|
||||||
"CMakeFiles/Lox.dir/debug.c.o",
|
|
||||||
"-c",
|
|
||||||
"/home/chelys/projects/study/craftinginterpreters/clox/src/debug.c",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
|
|
||||||
],
|
|
||||||
"directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
|
|
||||||
"file": "/home/chelys/projects/study/craftinginterpreters/clox/src/debug.c",
|
|
||||||
"output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/debug.c.o"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
|
|
||||||
"-o",
|
|
||||||
"CMakeFiles/Lox.dir/value.c.o",
|
|
||||||
"-c",
|
|
||||||
"/home/chelys/projects/study/craftinginterpreters/clox/src/value.c",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
|
|
||||||
],
|
|
||||||
"directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
|
|
||||||
"file": "/home/chelys/projects/study/craftinginterpreters/clox/src/value.c",
|
|
||||||
"output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/value.c.o"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
|
|
||||||
"-o",
|
|
||||||
"CMakeFiles/Lox.dir/main.c.o",
|
|
||||||
"-c",
|
|
||||||
"/home/chelys/projects/study/craftinginterpreters/clox/src/main.c",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
|
|
||||||
"-I",
|
|
||||||
"/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
|
|
||||||
],
|
|
||||||
"directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
|
|
||||||
"file": "/home/chelys/projects/study/craftinginterpreters/clox/src/main.c",
|
|
||||||
"output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/main.c.o"
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
Reference in a new issue