chore: add streamer repos update to make update (#210)
Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
This commit is contained in:
parent
178b8ad24f
commit
b38c959bae
3
Makefile
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user