aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-04-06 22:13:26 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-04-06 22:13:26 +0200
commitdad6dc77433e661b54458978cb888fd38ae15a97 (patch)
treeed0ea2232063526124609e8e1fde67bdff72031d /compile_commands.json
downloadvxwm-dad6dc77433e661b54458978cb888fd38ae15a97.tar.gz
vxwm-dad6dc77433e661b54458978cb888fd38ae15a97.tar.bz2
vxwm-dad6dc77433e661b54458978cb888fd38ae15a97.tar.xz
vxwm-dad6dc77433e661b54458978cb888fd38ae15a97.zip
Initial commitHEADmaster
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
new file mode 100644
index 0000000..bf58f9c
--- /dev/null
+++ b/compile_commands.json
@@ -0,0 +1,65 @@
+[
+ {
+ "file": "drw.c",
+ "arguments": [
+ "cc",
+ "-c",
+ "-std=c99",
+ "-pedantic",
+ "-Wall",
+ "-Wno-deprecated-declarations",
+ "-I/usr/X11R6/include",
+ "-I/usr/include/freetype2",
+ "-D_DEFAULT_SOURCE",
+ "-D_BSD_SOURCE",
+ "-D_XOPEN_SOURCE=700L",
+ "-DVERSION=\"2.2\"",
+ "-DSRCDIR=\"/home/nikita/.config/suckless/vxwm\"",
+ "-DXINERAMA",
+ "drw.c"
+ ],
+ "directory": "/home/nikita/.config/suckless/vxwm"
+ },
+ {
+ "file": "vxwm.c",
+ "arguments": [
+ "cc",
+ "-c",
+ "-std=c99",
+ "-pedantic",
+ "-Wall",
+ "-Wno-deprecated-declarations",
+ "-I/usr/X11R6/include",
+ "-I/usr/include/freetype2",
+ "-D_DEFAULT_SOURCE",
+ "-D_BSD_SOURCE",
+ "-D_XOPEN_SOURCE=700L",
+ "-DVERSION=\"2.2\"",
+ "-DSRCDIR=\"/home/nikita/.config/suckless/vxwm\"",
+ "-DXINERAMA",
+ "vxwm.c"
+ ],
+ "directory": "/home/nikita/.config/suckless/vxwm"
+ },
+ {
+ "file": "util.c",
+ "arguments": [
+ "cc",
+ "-c",
+ "-std=c99",
+ "-pedantic",
+ "-Wall",
+ "-Wno-deprecated-declarations",
+ "-I/usr/X11R6/include",
+ "-I/usr/include/freetype2",
+ "-D_DEFAULT_SOURCE",
+ "-D_BSD_SOURCE",
+ "-D_XOPEN_SOURCE=700L",
+ "-DVERSION=\"2.2\"",
+ "-DSRCDIR=\"/home/nikita/.config/suckless/vxwm\"",
+ "-DXINERAMA",
+ "util.c"
+ ],
+ "directory": "/home/nikita/.config/suckless/vxwm"
+ }
+] \ No newline at end of file