inspect.lua/Makefile
2022-02-08 23:18:10 +01:00

19 lines
172 B
Makefile

all: gen check test
dev:
luarocks install tl
luarocks install luacheck
luarocks install busted
gen:
tl gen inspect.tl
check:
luacheck inspect.lua
test:
busted