pespin has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg 
refs/changes/03/34803/1

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

--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/34803?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Icbd12d5aac363c6cdc54aac88c0e2fa619c1e01b
Gerrit-Change-Number: 34803
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to