aboutsummaryrefslogtreecommitdiffstats
path: root/clox/compile_commands.json
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-08 02:24:24 -0700
committerGravatar Tom Willemse2021-07-08 02:25:13 -0700
commit2c007a8f94d65dc40f638b284db7e374a58b632f (patch)
tree260a1460cdb86c913e785171a85447afc03efddf /clox/compile_commands.json
parenta779473cede81f4d3b4eed6f6b4e4184d43ffa87 (diff)
downloadcrafting-interpreters-2c007a8f94d65dc40f638b284db7e374a58b632f.tar.gz
crafting-interpreters-2c007a8f94d65dc40f638b284db7e374a58b632f.zip
Chapter 14.1-6
Diffstat (limited to 'clox/compile_commands.json')
-rw-r--r--clox/compile_commands.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/clox/compile_commands.json b/clox/compile_commands.json
new file mode 100644
index 0000000..f140701
--- /dev/null
+++ b/clox/compile_commands.json
@@ -0,0 +1,92 @@
+[
+ {
+ "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"
+ }
+]