.PHONY: test build clean

test:
	busted -p _test test/

build:
	@echo "No build step for Lua"

clean:
	@echo "No clean step for Lua"
