pespin has submitted this change. ( 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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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