diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..fdc705e --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,11 @@ +[ + { + "arguments": [ + "cc", + "-o", + "rbtext", + "rbtext.c" + ], + "file": "rbtext.c" + } +]