pespin has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/34803?usp=email )
Change subject: Makefile: pass config file to 'make run' ......................................................................
Makefile: pass config file to 'make run'
Change-Id: Icbd12d5aac363c6cdc54aac88c0e2fa619c1e01b --- M Makefile 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/Makefile b/Makefile index 43e749d..5b2196e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ rebar3 escriptize
run: build - _build/default/bin/osmo-epdg + ERL_FLAGS='-config config/sys.config' _build/default/bin/osmo-epdg
check: rebar3 eunit