2011-10-02 05:21:00 +00:00
|
|
|
|
|
|
|
local:
|
|
|
|
luarocks make --local moonscript-dev-1.rockspec
|
|
|
|
|
|
|
|
global:
|
2011-10-30 16:25:23 +00:00
|
|
|
sudo luarocks make moonscript-dev-1.rockspec
|
|
|
|
|
|
|
|
compile:
|
|
|
|
bin/moonc moon/ moonscript/
|
2012-01-09 06:02:43 +00:00
|
|
|
|
|
|
|
watch:
|
|
|
|
moonc -w moon/ moonscript/
|