From 255e6e3a2a4a8911eb7acd5ad0df18f4e19c5c4f Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 24 May 2026 10:24:55 +0200 Subject: [PATCH] add clean with long parameter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 097ea49..cc5dda5 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ build: $(BINDIR)/backup \ package: $(BUILDDIR)/$(PACKAGENAME).deb clean: - rm -rf build + rm --recursive --force build $(BUILDDIR)/$(PACKAGENAME)/DEBIAN/control: mkdir --parents $(@D) -- 2.47.3