mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
compile before installing locally
This commit is contained in:
parent
9d2665f8dc
commit
6307c6a9c1
4
Makefile
4
Makefile
@ -2,13 +2,13 @@
|
|||||||
test::
|
test::
|
||||||
busted -p "_spec.moon$$"
|
busted -p "_spec.moon$$"
|
||||||
|
|
||||||
local:
|
local: compile
|
||||||
luarocks make --local moonscript-dev-1.rockspec
|
luarocks make --local moonscript-dev-1.rockspec
|
||||||
|
|
||||||
global:
|
global:
|
||||||
sudo luarocks make moonscript-dev-1.rockspec
|
sudo luarocks make moonscript-dev-1.rockspec
|
||||||
|
|
||||||
compile:
|
compile::
|
||||||
bin/moonc moon/ moonscript/
|
bin/moonc moon/ moonscript/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user