7 lines
116 B
Makefile
7 lines
116 B
Makefile
|
testdeps:
|
||
|
luarocks-5.1 install --local luaunit
|
||
|
luarocks-5.1 install --local lrexlib-PCRE2
|
||
|
|
||
|
test:
|
||
|
luajit test.lua
|