From 529c48e54aa9844cc868ab50806a448704d45b38 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Feb 2020 11:39:33 +0100 Subject: [PATCH] Makefile: fix the clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index debacde..c8f1f68 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ COMPRESSOR_THREADS=2 all: $(SCRIPTS) clean: - rm -v *.sh + -rm -f *.sh distdir-$(DATECODE): mkdir -p distdir-$(DATECODE)