From b38c959bae6562642bd2fd2ace61e7febb2a4507 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz Date: Wed, 22 Nov 2023 20:52:14 +0100 Subject: [PATCH] chore: add streamer repos update to make update (#210) Signed-off-by: Patrick Gehrsitz --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f77669c..8e5fb2e 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ help: ## Shows this help update: ## Update crowsnest (fetches and pulls repository changes) @git fetch && git pull + @bash -c 'bin/build.sh --reclone' + ${MAKE} buildclean + ${MAKE} build report: ## Generate report.txt @if [ -f ~/report.txt ]; then rm -f ~/report.txt; fi