This commit is contained in:
2026-02-19 13:16:04 -07:00
parent 5cd3ef0ed5
commit 6caf461920
2 changed files with 33 additions and 10 deletions

19
compile_commands.json Normal file
View File

@@ -0,0 +1,19 @@
[
{
"file": "src/renderer.c",
"arguments": [
"aarch64-none-elf-gcc",
"-O2",
"-ffreestanding",
"-Wall",
"-Wextra",
"-Iinclude",
"-c",
"src/renderer.c",
"-o",
"build/renderer.o"
],
"directory": "/Users/nate/Documents/GitHub/nate-os",
"output": "build/renderer.o"
}
]