RUBY=ruby

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

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

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

clean:
	-rm *~
	-rm -rf example.com test www
	-rm testlog.txt
	-rm generation.txt
	-rm test.db test.zip testtemp.zip
	-rm *.profile
