aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 3f3f8d6..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-.DEFAULT_GOAL = check
-
-lint:
- @luacheck lua/luatab
-
-format:
- @for file in `find . -name '*.lua'`;do lua-format $$file -i; done;
-
-check: lint test