mirror of
https://github.com/TangentFoxy/etlua.git
synced 2026-02-21 10:06:52 -07: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
|