From 0db53642e507363276b4578522be9df8023875aa Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 12:43:15 +1100 Subject: dep(tinf): Fix tinflate.c include path --- compile_commands.json | 43 ++++++++++++------------------------------- 1 file changed, 12 insertions(+), 31 deletions(-) (limited to 'compile_commands.json') 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" } ] -- cgit v1.2.3