pespin submitted this change.
Makefile: pass config file to 'make run'
Change-Id: Icbd12d5aac363c6cdc54aac88c0e2fa619c1e01b
---
M Makefile
1 file changed, 10 insertions(+), 1 deletion(-)
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 change 34803. To unsubscribe, or for help writing mail filters, visit settings.