summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56e5bae..3db9c23 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ clean_failed:
-not -name base \
-print0 \
| xargs -r -0 -n1 -i \
- $(SHELL) -c 'test -d "{}/build" || rm -rf "{}"')
+ $(SHELL) -c 'test -d "{}/build" || rm -rf "{}"'; )
clean_bases: