diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-04-06 22:13:26 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-04-06 22:13:26 +0200 |
| commit | dad6dc77433e661b54458978cb888fd38ae15a97 (patch) | |
| tree | ed0ea2232063526124609e8e1fde67bdff72031d /compile_commands.json | |
| download | vxwm-dad6dc77433e661b54458978cb888fd38ae15a97.tar.gz vxwm-dad6dc77433e661b54458978cb888fd38ae15a97.tar.bz2 vxwm-dad6dc77433e661b54458978cb888fd38ae15a97.tar.xz vxwm-dad6dc77433e661b54458978cb888fd38ae15a97.zip | |
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 65 |
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 |
