From 1fbedddb652019c31720d9e6f79ede1cc2cba2e2 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz Date: Sat, 13 Jan 2024 18:13:16 +0100 Subject: [PATCH] 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 03500e5..ca26bda 100644 --- a/Makefile +++ b/Makefile @@ -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