mirror of
https://github.com/TangentFoxy/etlua.git
synced 2025-07-27 18:42:17 +00:00
10 lines
100 B
Makefile
10 lines
100 B
Makefile
|
|
test:
|
|
busted
|
|
|
|
build::
|
|
moonc etlua.moon
|
|
|
|
local: build
|
|
luarocks make --local etlua-dev-1.rockspec
|