export JIKESPATH = /home/robot;$(CLASSPATH)

.PHONY: all clean

all:
	jikes +E -d /home/robot *.java

