mirror of
https://github.com/TangentFoxy/etlua.git
synced 2026-01-08 06:48:21 +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
|