aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f4d685..dd20ee9 100644
--- a/Makefile
+++ b/Makefile
@@ -45,3 +45,13 @@ install-all:
45 @cd src && $(MAKE) install LUA_VERSION=5.3 45 @cd src && $(MAKE) install LUA_VERSION=5.3
46 46
47.PHONY: test 47.PHONY: test
48test:
49 busted
50
51.PHONY: lint
52lint:
53 luacheck .
54
55.PHONY: docs
56docs:
57 ldoc .