aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
blob: 6578a3681f67b0c61728ef1c191e1e53b5826a42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "arguments": [
      "/usr/bin/cc",
      "-DDEBUG",
      "-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"
  }
]