aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins.mk b/plugins.mk
index 7239f3f..b7e5acc 100644
--- a/plugins.mk
+++ b/plugins.mk
@@ -49,4 +49,7 @@ ebin/$(PROJECT).app:: $(FN_FILES) | ebin/
$(call efene_compile.erl,$?,$(call compat_erlc_opts_to_list,$(ERLC_OPTS))),\
-pa $(DEPS_DIR)/efene/ebin))
+efene-shell: deps
+ $(verbose) erl -run efene main shell -noshell -noinput -pa ebin/
+
endif