aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
blob: 5ba9a1edd14fc136b7606a4b9368837ec8fab44f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "arguments": [
      "/usr/bin/cc",
      "-DLUSH_VERSION=\"0.0.1\"",
      "-DDEBUG",
      "-I/usr/include/lua5.4",
      "-g",
      "-c",
      "-o",
      "obj/Debug/lush.o",
      "src/lush.c"
    ],
    "directory": "/home/lanceb/projects/lush",
    "file": "/home/lanceb/projects/lush/src/lush.c",
    "output": "/home/lanceb/projects/lush/obj/Debug/lush.o"
  }
]