From 2379dc96b29f0a44047f75c98362cccea7d8fcc8 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Tue, 17 Jan 2012 00:32:40 -0300 Subject: [PATCH] Rename 'shell' make target to 'console' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2bd6f0d..a85cbea 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ test: dialyzer: @./rebar analyze -shell: compile +console: compile $(ERL) -sname $(APPLICATION) $(EPATH) testshell: test