.PHONY: test lint local build

test:
	busted

lint: build
	moonc -l lapis

local: build
	luarocks make --local lapis-annotate-dev-1.rockspec

build:
	moonc lapis