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

test:
	doit test

clean:
	doit clean

fullclean:
	doit fullclean
