chore: remove buildclean from make update (#231)

`make update` reclones the repositories, so we don't need to clean them before building.

Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
This commit is contained in:
Patrick Gehrsitz 2024-01-13 18:13:16 +01:00 committed by GitHub
parent f60f5d292b
commit 1fbedddb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ 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