mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
clean out some stuff from makefile
This commit is contained in:
parent
36528f1dd0
commit
73e9df6841
10
Makefile
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user