inspect.lua/Makefile

18 lines
145 B
Makefile
Raw Normal View History

2022-02-08 21:56:03 +00:00
all: gen check test
dev:
luarocks install busted
luarocks install tl
gen:
tl gen inspect.tl
check:
luacheck inspect.lua
test:
busted