1 2 3 4
CFLAGS=-g -Wall -lwayland-client `pkg-config --cflags --libs libudev` all: gcc main.c ${CFLAGS} -o poll-phone