diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ LUA_FILES := $(shell find . -type f -name "*.lua") check: - luacheck --no-color --globals=vim -- $(LUA_FILES) stylua $(LUA_FILES) + luacheck --no-color --globals=vim -- $(LUA_FILES) |