pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/34805?usp=email )
Change subject: Makefile: Add shell target ......................................................................
Makefile: Add shell target
Change-Id: Icec3e92c4597d73f141c6ba669e8d9d07ec2e220 --- M Makefile 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/05/34805/1
diff --git a/Makefile b/Makefile index 5b2196e..b2fe66f 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ run: build ERL_FLAGS='-config config/sys.config' _build/default/bin/osmo-epdg
+shell: build + rebar3 shell --config ./config/sys.config + check: rebar3 eunit