compile before installing locally

This commit is contained in:
leaf corcoran 2014-02-05 13:07:57 -08:00
parent 9d2665f8dc
commit 6307c6a9c1

View File

@ -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/