summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-08-15 13:39:00 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-08-15 13:39:00 +0200
commitc53bda87d0fa6a5cd95595c374215c586bdd7d40 (patch)
tree6d563bf300d3ae01b51015c514f050a2b4a28444 /Makefile
parent50053eb550b160ddd2e953894398f5e23f0fd9df (diff)
checkpoint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6187cee
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+.PHONY: check
+
+LUA_FILES := $(shell find . -type f -name "*.lua")
+
+check:
+ luacheck --no-color --globals=vim -- $(LUA_FILES)
+ stylua $(LUA_FILES)