diff options
| author | 2024-09-01 13:17:10 -0400 | |
|---|---|---|
| committer | 2024-09-01 13:17:10 -0400 | |
| commit | f6d7b19d2df68d2f549a76cf182c06d38970884f (patch) | |
| tree | e959b2bd1086a99e7d10124e59d52473f8723909 /compile_commands.json | |
initial commit
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 16 |
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" + } +] |
