all:

check-gauche:
	gosh -I. test

check-chibi:
	chibi-scheme -I. ./test.scm

clean:
	rm -f srfi-181-test.log *~ srfi/*~

