From cc0518b04a787604dd3419a322f7951aea5f8d68 Mon Sep 17 00:00:00 2001 From: gravel Date: Sun, 5 Mar 2023 21:24:24 +0100 Subject: [PATCH] Allow make clean without artefacts --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8f29aa89..ee84fbfd 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,8 @@ watchdog: # Remove artefacts clean: - rm -r cache - rm -r output/*.html + -rm -r cache + -rm -r output/*.html # Build everything from scratch and test functionality. test: clean all open server