3 lines
81 B
Makefile
3 lines
81 B
Makefile
test: test.c
|
|
gcc -o test test.c -lxcb -lxcb-util -lxcb-present -lcairo -pthread
|