mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
luacheck infrastructure
This commit is contained in:
parent
01e4754962
commit
4b65e405ba
2
src/.luacheckrc
Normal file
2
src/.luacheckrc
Normal file
@ -0,0 +1,2 @@
|
||||
codes = true
|
||||
std = 'luajit'
|
@ -621,6 +621,9 @@ depend:
|
||||
test -s $$file || $(HOST_RM) $$file; \
|
||||
done
|
||||
|
||||
luacheck:
|
||||
luacheck host/*.lua jit/*.lua
|
||||
|
||||
.PHONY: default all amalg clean libbc depend
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user