From f6d7b19d2df68d2f549a76cf182c06d38970884f Mon Sep 17 00:00:00 2001 From: BanceDev Date: Sun, 1 Sep 2024 13:17:10 -0400 Subject: initial commit --- compile_commands.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 compile_commands.json (limited to 'compile_commands.json') 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" + } +] -- cgit v1.2.3-59-g8ed1b