rk/compile_commands.json

8 lines
169 B
JSON
Raw Normal View History

2024-05-20 05:59:07 -04:00
[
{
"directory": "/home/rami/rk",
"file": "kmain.c",
"command": "i686-elf-gcc -Wall -Wextra -Werror -ffreestanding -I./ -c kmain.c -o build/kmain.o"
}
]