summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9e27e36..51585d5 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ BINDIR = /usr/bin
MANDIR = /usr/share/man
SYSTEMDDIR = /usr/lib/systemd/system
-VERSION = 4.3.5
+VERSION = 4.4.3
all: man.commons crypt-expiry-check crypt-expiry-check.cron crypt-expiry-check.1 crypt-expiry-check.service crypt-expiry-check.timer
@@ -53,7 +53,7 @@ install: all
clean:
ls -A | \
grep "^\($(shell sed 's|\.|\\.|; s|\*|.*|; s|$$|\\|' .gitignore | tr '\n' '\|')\)\$$" | \
- xargs -r rm
+ xargs -r rm -rf --one-file-system
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true