RUBY=ruby

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

clean:
	-rm *~
