aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-15 17:48:34 +0100
committerLoïc Hoguin <[email protected]>2016-01-15 17:48:34 +0100
commitc154a4cf884148d0694c7b4ee2d555e879321580 (patch)
tree506e6509d7d871b26e3c2ca779391464e9d7a0b1
parent7213551f983e28cf3b94c5bda41d9f81e4292216 (diff)
downloadefene.mk-c154a4cf884148d0694c7b4ee2d555e879321580.tar.gz
efene.mk-c154a4cf884148d0694c7b4ee2d555e879321580.tar.bz2
efene.mk-c154a4cf884148d0694c7b4ee2d555e879321580.zip
Add efene-shell target
-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