# -*- file-coding-system: *sjis*unix; -*-
all:
	javac -O -d ../../../.. *.java

clean:
	-rm -f *~

fullclean: clean
	-rm -f *.class
