rk/compile_commands.json

8 lines
176 B
JSON
Raw Normal View History

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