chore: add streamer repos update to make update ()

Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
This commit is contained in:
Patrick Gehrsitz 2023-11-22 20:52:14 +01:00 committed by GitHub
parent 178b8ad24f
commit b38c959bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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