diff options
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" } ] |
