summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Wallace <kevin@wallace.seattle.wa.us>2019-05-31 19:23:32 -0700
committerKevin Wallace <kevin@wallace.seattle.wa.us>2019-05-31 19:23:32 -0700
commit56d23baef9f1d141da997befddb4a45c3a08a2c5 (patch)
tree4b248a0c7e35ebf203a9bfe0a35dbe8521582697
parentmore more links (diff)
make trim behave a bit nicer
-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 $*