From 41db7a8c12bb19a6f13cc7b994e5519a6e6bbcb5 Mon Sep 17 00:00:00 2001 From: 0xf8 <0xf8.dev@proton.me> Date: Sat, 25 Feb 2023 12:39:22 -0500 Subject: [PATCH] Add compile_commands.json Signed-off-by: 0xf8 <0xf8.dev@proton.me> --- compile_commands.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 compile_commands.json 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" + } +]