.PHONY: test build clean

test:
	busted test/

build:
	@echo "No build step for Lua"

clean:
	@echo "No clean step for Lua"
