#
# This is a very rudimentary Makefile to compile a Java .class file
# from the source. However, since the .class file is included in the
# distribution, this is largely unnecessary.
#
# Written by Matthew Kwan, November 1996
#

IceKey.class:	IceKey.java
		javac IceKey.java
