RUBY=ruby

all:
	cd ../t; make all; cd ../qwik

testall:
	cd ../t; make testall; cd ../qwik

clean:
	-rm *~
	-rm -rf example.com test www e.com
	-rm testlog.txt
	-rm generation.txt
	-rm *.stackdump
	-rm ../../cache/sid/????????????????????????????????

#	-rm testlog.txt
#	-rm generation.txt
#	-rm test.db test.zip testtemp.zip
#	-rm *.profile
