mirror of
https://github.com/TangentFoxy/etlua.git
synced 2025-07-28 02:52:17 +00:00
10 lines
98 B
Makefile
10 lines
98 B
Makefile
|
|
test:
|
|
busted
|
|
|
|
build::
|
|
moonc elua.moon
|
|
|
|
local: build
|
|
luarocks make --local elua-dev-1.rockspec
|