RUBY=ruby

test:
	$(RUBY) -I. all.rb

clean:
	-rm *~
