summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c95593..9d52f79 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ sync: newest
.PHONY: trim
trim:
- ls enwiki-*-snap.index | sort | head -n -2 | xargs rm
- ls enwiktionary-*-snap.index | sort | head -n -2 | xargs rm
+ ls enwiki-*-snap.index | sort | head -n -2 | xargs -rt rm
+ ls enwiktionary-*-snap.index | sort | head -n -2 | xargs -rt rm
%/.git:
git submodule update --init $*