EXAMPLE_BIN=screenshot

OBJF=\
	writepng.o \
	cl_writepng.o \
	screenshot.o

LIBS=clanApp clanCore clanDisplay clanGL

include ../Makefile.conf

# EOF #
