aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ab91f98..5a155648 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
test:
sh ./scripts/run_test.sh
-.PHONY: test
+lint:
+ luacheck lua/* test/*
+.PHONY: test lint
+