summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-07-07 09:44:38 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-07-07 09:45:16 +0200
commit669f41b6cc4e68d63ee1817e6e3df54c3d8fb7cb (patch)
tree21b5f3c9eda3c04bed04b35096aaa24f8ebe1231 /Makefile
parent539201a2b3296a73acb3d0da04f8fa515a8049f5 (diff)
downloadcrypt-expiry-check-669f41b6cc4e68d63ee1817e6e3df54c3d8fb7cb.tar.xz
make clean: now more robust
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9aa946..48d4210 100644
--- a/Makefile
+++ b/Makefile
@@ -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