From cc043496045c5588cc969b5a75af60b084ecc69a Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 24 May 2020 12:43:03 -0700 Subject: feat: added prototype of type info --- compile_commands.json | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'compile_commands.json') diff --git a/compile_commands.json b/compile_commands.json index fe1bfb2..3e7cc3c 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -13,30 +13,10 @@ "-I", "include", "-o", - "build/cmd/cc/lex.o", - "sys/cmd/cc/lex.c" + "build/cmd/cc/ast.o", + "sys/cmd/cc/ast.c" ], "directory": "/home/nolln/root", - "file": "sys/cmd/cc/lex.c" - }, - { - "arguments": [ - "gcc", - "-c", - "-g", - "-march=native", - "-fno-strict-aliasing", - "-fwrapv", - "-fms-extensions", - "-isystem", - "include/vendor/libc", - "-I", - "include", - "-o", - "build/cmd/cc/pp.o", - "sys/cmd/cc/pp.c" - ], - "directory": "/home/nolln/root", - "file": "sys/cmd/cc/pp.c" + "file": "sys/cmd/cc/ast.c" } ] \ No newline at end of file -- cgit v1.2.1