Skip to content

Commit 1fbeddd

Browse files
authored
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 <[email protected]>
1 parent f60f5d2 commit 1fbeddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ help: ## Shows this help
4242
update: ## Update crowsnest (fetches and pulls repository changes)
4343
@git fetch && git pull
4444
@bash -c 'bin/build.sh --reclone'
45-
${MAKE} buildclean
4645
${MAKE} build
4746

4847
report: ## Generate report.txt

0 commit comments

Comments
 (0)