From 2421ed8c4c609e8efcb1927275853a4d29be81eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 5 Mar 2017 11:08:58 +0100 Subject: lua: fix more luacheck warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1a7d35..ebf3130 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ luadoc-all: @cd lua/doc && ldoc -a . && sed -e "s/RELEASE/${VERSION}/" -i index.html luacheck: - @luacheck --config .luacheckrc lua test/lua | less -R + @luacheck --config .luacheckrc lua test/lua | less -RFX install: $(ELF) @echo stripping executable -- cgit v1.2.3