(chore) add luacheck to Makefile

This commit is contained in:
Enrique García Cota 2022-02-08 23:18:10 +01:00
parent 3c7414a0d0
commit 2012c711df

View File

@ -1,8 +1,9 @@
all: gen check test all: gen check test
dev: dev:
luarocks install busted
luarocks install tl luarocks install tl
luarocks install luacheck
luarocks install busted
gen: gen:
tl gen inspect.tl tl gen inspect.tl