Skip to content

Commit

Permalink
chore: remove buildclean from make update (#231)
Browse files Browse the repository at this point in the history
`make update` reclones the repositories, so we don't need to clean them before building.

Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
  • Loading branch information
mryel00 committed Jan 13, 2024
1 parent f60f5d2 commit 1fbeddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fbeddd

Please sign in to comment.