1 2 3 4 5 6 7
colorpicker : main.c cc -o colorpicker main.c `pkg-config --libs --cflags x11` .PHONY : clean clean : rm -f colorpicker