.PHONY: test build clean

test:
	ruby -Ilib test/exists_test.rb

build:
	@echo "No build step for Ruby"

clean:
	@echo "No clean step for Ruby"
