# -*- file-coding-system: *sjis*unix; -*-
all:

clean:
	-rm -f *~

fullclean: clean
	-rm -f *.class

test:
