aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-01 13:17:10 -0400
committerGravatar BanceDev 2024-09-01 13:17:10 -0400
commitf6d7b19d2df68d2f549a76cf182c06d38970884f (patch)
treee959b2bd1086a99e7d10124e59d52473f8723909 /compile_commands.json
initial commit
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
new file mode 100644
index 0000000..6578a36
--- /dev/null
+++ b/compile_commands.json
@@ -0,0 +1,16 @@
+[
+ {
+ "arguments": [
+ "/usr/bin/cc",
+ "-DDEBUG",
+ "-g",
+ "-c",
+ "-o",
+ "obj/Debug/lush.o",
+ "src/lush.c"
+ ],
+ "directory": "/home/lanceb/projects/lush",
+ "file": "/home/lanceb/projects/lush/src/lush.c",
+ "output": "/home/lanceb/projects/lush/obj/Debug/lush.o"
+ }
+]