#
# This is a very rudimentary Makefile to compile an object file from
# the C++ source. What you do with the object file is up to you.
#
# Written by Matthew Kwan, November 1996
#

CPPFLAGS =	-O

IceKey.o:	IceKey.C
