RUBY=ruby

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

clean:
	-rm *~
	-rm -rf example.com test www
	-rm testlog.txt
