From 8cf341e9ea40f4a139b6ce05c21733ca3d15dac8 Mon Sep 17 00:00:00 2001 From: gravel Date: Sun, 21 May 2023 14:45:53 +0000 Subject: [PATCH] Use git-clean before testing --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aec96fe..7926096 100644 --- a/Makefile +++ b/Makefile @@ -56,8 +56,7 @@ watchdog: # Remove artefacts clean: - -rm -r cache 2>/dev/null || true - -rm -r output/*.html 2>/dev/null || true + -git clean -dfX # Build everything from scratch and test functionality. test: FLAGS = --verbose