moonscript/Makefile
2012-08-12 00:58:35 -07:00

16 lines
209 B
Makefile

test::
lua test.lua
local:
luarocks make --local moonscript-dev-1.rockspec
global:
sudo luarocks make moonscript-dev-1.rockspec
compile:
bin/moonc moon/ moonscript/
watch:
moonc -w moon/ moonscript/