moonscript/Makefile
2013-06-07 23:33:47 -07:00

20 lines
291 B
Makefile

test::
busted -p "_spec.moon$$"
local:
luarocks make --local moonscript-dev-1.rockspec
global:
sudo luarocks make moonscript-dev-1.rockspec
compile:
bin/moonc moon/ moonscript/
compile_global:
moonc moon/ moonscript/
watch:
moonc moon/ moonscript/ && moonc -w moon/ moonscript/