summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/garbage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/garbage/Makefile b/test/garbage/Makefile
index 0a3ae8e55..1a5062b44 100644
--- a/test/garbage/Makefile
+++ b/test/garbage/Makefile
@@ -23,5 +23,5 @@ all: $(addsuffix .out, $(ALL))
bench: $(addsuffix .bench, $(ALL))
clean:
- rm -f *.[$(OS)] $(ALL)
+ rm -f *.[$(OS)] $(addsuffix .out, $(ALL))