From baac94965a1bfc2ebac0a7429ed82c8abe3e24f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Thu, 16 Nov 2023 08:58:51 +0100 Subject: [PATCH] build: Do not clean when doing a check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a203486..b3ec4b6 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ dump: .PHONY: check check: ## Runs all the checks -check: clean cs autoreview infection +check: cs autoreview infection .PHONY: autoreview