3 lines
58 B
Makefile
3 lines
58 B
Makefile
|
all:
|
||
|
gcc -g -I/usr/include/xcb -o mainx mainx.c -lxcb-wm
|