diff options
author | Asbjørn Sloth Tønnesen <ast@fiberby.net> | 2017-03-06 10:54:38 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2017-03-06 10:54:38 +0000 |
commit | a2216e14521763e702f69a9bfd046aa15a5b3f52 (patch) | |
tree | 2d676a793e27d66360b470223cc61d9d0ebd5dae /Makefile | |
parent | 57d276460839518fdecfcde16f256415417e0164 (diff) | |
download | lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.tar.gz lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.tar.xz lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.zip |
luacheck: clean up
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ build: test: lua5.2 ./test.lua lua5.3 ./test.lua + find lua/ test/ -iname '*.lua' | xargs luacheck |