diff options
Diffstat (limited to '')
| -rw-r--r-- | compile_commands.json | 58 |
1 files changed, 55 insertions, 3 deletions
diff --git a/compile_commands.json b/compile_commands.json index 5ba9a1e..1edddc2 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -5,14 +5,66 @@ "-DLUSH_VERSION=\"0.0.1\"", "-DDEBUG", "-I/usr/include/lua5.4", + "-Ilib/hashmap", + "-g", + "-c", + "-o", + "obj/Debug/hashmap.o", + "lib/hashmap/hashmap.c" + ], + "directory": "/home/lanceb/lush", + "file": "/home/lanceb/lush/lib/hashmap/hashmap.c", + "output": "/home/lanceb/lush/obj/Debug/hashmap.o" + }, + { + "arguments": [ + "/usr/bin/cc", + "-DLUSH_VERSION=\"0.0.1\"", + "-DDEBUG", + "-I/usr/include/lua5.4", + "-Ilib/hashmap", + "-g", + "-c", + "-o", + "obj/Debug/history.o", + "src/history.c" + ], + "directory": "/home/lanceb/lush", + "file": "/home/lanceb/lush/src/history.c", + "output": "/home/lanceb/lush/obj/Debug/history.o" + }, + { + "arguments": [ + "/usr/bin/cc", + "-DLUSH_VERSION=\"0.0.1\"", + "-DDEBUG", + "-I/usr/include/lua5.4", + "-Ilib/hashmap", + "-g", + "-c", + "-o", + "obj/Debug/lua_api.o", + "src/lua_api.c" + ], + "directory": "/home/lanceb/lush", + "file": "/home/lanceb/lush/src/lua_api.c", + "output": "/home/lanceb/lush/obj/Debug/lua_api.o" + }, + { + "arguments": [ + "/usr/bin/cc", + "-DLUSH_VERSION=\"0.0.1\"", + "-DDEBUG", + "-I/usr/include/lua5.4", + "-Ilib/hashmap", "-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" + "directory": "/home/lanceb/lush", + "file": "/home/lanceb/lush/src/lush.c", + "output": "/home/lanceb/lush/obj/Debug/lush.o" } ] |
