aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-05 11:08:58 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-05 11:08:58 +0100
commit2421ed8c4c609e8efcb1927275853a4d29be81eb (patch)
tree82d2ec477c315668bdfcd5c912c1f1f772612f38 /Makefile
parentbee12d3686c19b1aaddf18ca58a2556fd7c200f0 (diff)
downloadvis-2421ed8c4c609e8efcb1927275853a4d29be81eb.tar.gz
vis-2421ed8c4c609e8efcb1927275853a4d29be81eb.tar.xz
lua: fix more luacheck warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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