Review at  https://gerrit.osmocom.org/6508

Makefile: Add 'deps-update' target to update the deps-repository

Change-Id: Idc165425b45872d2eb958a662d03e69aaf60669d
---
M Makefile
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/08/6508/1

diff --git a/Makefile b/Makefile
index f009560..8999ec8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@
 deps:
        $(MAKE) -C deps
 
+.PHONY: deps-update
+deps-update:
+       $(MAKE) -C deps update
+
 compile: $(foreach dir,$(SUBDIRS),$(dir)/compile)
 clean: $(foreach dir,$(SUBDIRS),$(dir)/clean)
 all: $(foreach dir,$(SUBDIRS),$(dir)/all)

-- 
To view, visit https://gerrit.osmocom.org/6508
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc165425b45872d2eb958a662d03e69aaf60669d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>

Reply via email to