EXAMPLE_BIN= mousepoll

include ../Makefile.conf

warning:
        @echo NOTE: This example is known to have a graphic distortion when moving the mouse.

mousepoll: warning Intermediate/mousepoll.o
	$(CXX) Intermediate/mousepoll.o -o mousepoll -lclanCore -lclanApp -lclanDisplay

