# sources and executables
SOURCE = color.c palette.c terrain.c
LIB_OBJECTS = color.o palette.o terrain.o

include ../lib/make.init

#
# targets
#
all:	render.olib

clean:	very.clean
