pespin submitted this change.
Makefile: Add shell target
Change-Id: Icec3e92c4597d73f141c6ba669e8d9d07ec2e220
---
M Makefile
1 file changed, 12 insertions(+), 0 deletions(-)
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
To view, visit change 34805. To unsubscribe, or for help writing mail filters, visit settings.