mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
16 lines
209 B
Makefile
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/
|