inspect.lua/Makefile

19 lines
172 B
Makefile
Raw Normal View History

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