Add compile_commands.json

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
0xf8 2023-02-25 12:39:22 -05:00
parent b8b63d6a93
commit 41db7a8c12
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 11 additions and 0 deletions

11
compile_commands.json Normal file
View File

@ -0,0 +1,11 @@
[
{
"arguments": [
"cc",
"-o",
"rbtext",
"rbtext.c"
],
"file": "rbtext.c"
}
]