moonscript/Makefile
2012-01-08 22:02:43 -08:00

13 lines
187 B
Makefile

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/