From 73e9df684184e91d4e010e83ad4bdd98ed73eff8 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sat, 26 Sep 2015 20:59:46 -0700 Subject: [PATCH] clean out some stuff from makefile --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3a4f3db..c4d3c8d 100644 --- a/Makefile +++ b/Makefile @@ -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