EXAMPLE_BIN= glcube

include ../Makefile.conf

glcube: Intermediate/glcube.o
	$(CXX) $(CXXFLAGS) -g3 -ggdb3 Intermediate/glcube.o -o glcube -lclanGL -lclanApp -lclanDisplay -lclanCore
