aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-18 13:40:53 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-18 13:40:53 -0700
commit21055a1e5d34dda1b8151dd46a6bedca22bd73d9 (patch)
tree721044b20eb1c6f00d63a70f59a07f8b40e45ee1 /compile_commands.json
parent392c9aff947a41e7e0da0b1a9612e174cfa956a7 (diff)
feat: added prototype of io/buffered io
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json44
1 files changed, 38 insertions, 6 deletions
diff --git a/compile_commands.json b/compile_commands.json
index bc87fa4..a125285 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -9,6 +9,38 @@
"-fms-extensions",
"-Iinclude",
"-o",
+ "build/bufio/bufio.o",
+ "src/bufio/bufio.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/bufio/bufio.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
+ "build/error.o",
+ "src/error.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/error.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
"build/string.o",
"src/string.c"
],
@@ -41,11 +73,11 @@
"-fms-extensions",
"-Iinclude",
"-o",
- "build/coro.o",
- "src/coro.c"
+ "build/test.o",
+ "src/test.c"
],
"directory": "/home/nolln/root",
- "file": "src/coro.c"
+ "file": "src/test.c"
},
{
"arguments": [
@@ -57,10 +89,10 @@
"-fms-extensions",
"-Iinclude",
"-o",
- "build/error.o",
- "src/error.c"
+ "build/coro.o",
+ "src/coro.c"
],
"directory": "/home/nolln/root",
- "file": "src/error.c"
+ "file": "src/coro.c"
}
] \ No newline at end of file