From f1d71e4f338173811cf1f4a7c01979ac02d55af1 Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Sun, 12 Jul 2026 23:07:07 +0200 Subject: eigenes theme --- compile_commands.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 compile_commands.json (limited to 'compile_commands.json') 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 -- cgit