moonscript/Makefile
leaf corcoran 163748b8c9 rebuild
2014-09-02 20:32:52 -07:00

20 lines
307 B
Makefile

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