EXAMPLE_BIN=customgl
OBJF = ./Sources/example.o \
./Sources/program.o \
./Sources/precomp.o

LIBS=clanApp clanDisplay clanCore clanGL1

include ../../Makefile.conf

# EOF #

