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

all:
	doit all

clean:
	doit clean

fullclean: clean
	doit fullclean

test:
	doit test
