g++ -g -I/home/pi/eyebot/include -I$(pwd) -Wall\
   $* \
   -L/home/pi/eyebot/lib \
   -lwiringPi -lX11 -pthread -llirc_client -lm -leyebot -lstdc++ `pkg-config --cflags --libs opencv`

