diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 23:07:07 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 23:07:07 +0200 |
| commit | f1d71e4f338173811cf1f4a7c01979ac02d55af1 (patch) | |
| tree | ddc59284ba01bfd5dbd9344412e896a000bdeff7 /compile_commands.json | |
| parent | 12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a (diff) | |
| download | st-master.tar.gz st-master.tar.bz2 st-master.tar.xz st-master.zip | |
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..19e7d4a --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,29 @@ +[ + { + "file": "x.c", + "arguments": [ + "/usr/local/sbin/gcc", + "-std=c99", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/harfbuzz", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", + "-I/usr/include/sysprof-6", + "-pthread", + "-DVERSION=\"0.9.3\"", + "-DICON=\"/usr/local/share/pixmaps/st.png\"", + "-D_XOPEN_SOURCE=600", + "-O1", + "-D_komputer", + "-c", + "x.c" + ], + "directory": "/home/nikita/.config/suckless/st" + } +]
\ No newline at end of file |
