diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 12:43:15 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 12:43:15 +1100 |
| commit | 0db53642e507363276b4578522be9df8023875aa (patch) | |
| tree | 8eae5f3e0a3707974df4e83c12d6a99bda4bbb6b /compile_commands.json | |
| parent | 6e6620617067b919cef9df08b1e318b129779a8a (diff) | |
dep(tinf): Fix tinflate.c include path
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 43 |
1 files changed, 12 insertions, 31 deletions
diff --git a/compile_commands.json b/compile_commands.json index 3e3c90f..356b74f 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -11,31 +11,12 @@ "-Iinclude/ext", "-c", "-o", - "src/common.o", - "src/common.c" - ], - "directory": "/home/watson/tinyff", - "file": "/home/watson/tinyff/src/common.c", - "output": "/home/watson/tinyff/src/common.o" - }, - { - "arguments": [ - "/usr/bin/gcc", - "-Wall", - "-Wextra", - "-std=c11", - "-O2", - "-Iinclude", - "-Iinclude/tinyff", - "-Iinclude/ext", - "-c", - "-o", - "src/stream.o", - "src/stream.c" + "src/format/image/bmp.o", + "src/format/image/bmp.c" ], "directory": "/home/watson/tinyff", - "file": "/home/watson/tinyff/src/stream.c", - "output": "/home/watson/tinyff/src/stream.o" + "file": "/home/watson/tinyff/src/format/image/bmp.c", + "output": "/home/watson/tinyff/src/format/image/bmp.o" }, { "arguments": [ @@ -49,12 +30,12 @@ "-Iinclude/ext", "-c", "-o", - "src/dbg.o", - "src/dbg.c" + "src/format/image/png.o", + "src/format/image/png.c" ], "directory": "/home/watson/tinyff", - "file": "/home/watson/tinyff/src/dbg.c", - "output": "/home/watson/tinyff/src/dbg.o" + "file": "/home/watson/tinyff/src/format/image/png.c", + "output": "/home/watson/tinyff/src/format/image/png.o" }, { "arguments": [ @@ -68,11 +49,11 @@ "-Iinclude/ext", "-c", "-o", - "src/format/image/bmp.o", - "src/format/image/bmp.c" + "src/ext/tinflate.o", + "src/ext/tinflate.c" ], "directory": "/home/watson/tinyff", - "file": "/home/watson/tinyff/src/format/image/bmp.c", - "output": "/home/watson/tinyff/src/format/image/bmp.o" + "file": "/home/watson/tinyff/src/ext/tinflate.c", + "output": "/home/watson/tinyff/src/ext/tinflate.o" } ] |
