jolly has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/43123?usp=email )
Change subject: Integrate 'rebar3 get-deps' into Makefile ......................................................................
Integrate 'rebar3 get-deps' into Makefile
Related: SYS#8100 Change-Id: I382fef54a97891b6f8992115837ea52197056cc8 --- M Makefile 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/23/43123/1
diff --git a/Makefile b/Makefile index 9ca1dee..f2d7de3 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@
GEN_FILES = src/*
+deps: $(GEN_FILES) + rebar3 get-deps + build: $(GEN_FILES) rebar3 compile