From: Bastian Dehn Date: Sun, 24 May 2026 08:24:55 +0000 (+0200) Subject: add clean with long parameter X-Git-Tag: v1.0.2^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=255e6e3a2a4a8911eb7acd5ad0df18f4e19c5c4f;p=simple-backup.git add clean with long parameter --- 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)