aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json29
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