moonscript/Makefile
2012-09-08 10:24:46 -07:00

16 lines
223 B
Makefile

test::
TIME=1 bin/moon test2.moon
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/