1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
}
]
|