Rename 'shell' make target to 'console'

This commit is contained in:
Juan Jose Comellas 2012-01-17 00:32:40 -03:00
parent e745402fd3
commit 2379dc96b2

View File

@ -37,7 +37,7 @@ test:
dialyzer: dialyzer:
@./rebar analyze @./rebar analyze
shell: compile console: compile
$(ERL) -sname $(APPLICATION) $(EPATH) $(ERL) -sname $(APPLICATION) $(EPATH)
testshell: test testshell: test