
ROOT=../../../../../

include $(ROOT)/build-config


all: 
	$(JAVAC) *.java

clean: emacsclean
	\rm -f *.class

