clean out some stuff from makefile

This commit is contained in:
leaf corcoran 2015-09-26 20:59:46 -07:00
parent 36528f1dd0
commit 73e9df6841

View File

@ -1,17 +1,11 @@
.PHONY: test local compile compile_system watch lint test_safe
.PHONY: test local compile compile_system watch lint
test:
busted -p "_spec.moon$$"
test_safe:
busted -p "_spec.lua$$"
busted
local: compile
luarocks make --local moonscript-dev-1.rockspec
global:
sudo luarocks make moonscript-dev-1.rockspec
compile:
lua5.1 bin/moonc moon/ moonscript/
echo "#!/usr/bin/env lua" > bin/moon