From 6307c6a9c1ce60c0b46506ff91d073f70d39ca0e Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Wed, 5 Feb 2014 13:07:57 -0800 Subject: [PATCH] compile before installing locally --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 30b3022..45b90f8 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,13 @@ test:: busted -p "_spec.moon$$" -local: +local: compile luarocks make --local moonscript-dev-1.rockspec global: sudo luarocks make moonscript-dev-1.rockspec -compile: +compile:: bin/moonc moon/ moonscript/