aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-02-10 00:43:31 -0800
committerRuss Cox <rsc@golang.org>2010-02-10 00:43:31 -0800
commitc9bbee46b01ddff5ac06b290c6d5a43fe54f38b5 (patch)
tree5a4a3ad828ffd7eb08d77ee782e5bdb2aea2009e
parentaee1434193fc5650170b053d2d169b2a11161384 (diff)
downloadgo-c9bbee46b01ddff5ac06b290c6d5a43fe54f38b5.tar.gz
go-c9bbee46b01ddff5ac06b290c6d5a43fe54f38b5.zip
clean new garbage collector benchmark binaries
TBR=agl1 CC=golang-dev https://golang.org/cl/207055
-rw-r--r--test/garbage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/garbage/Makefile b/test/garbage/Makefile
index 0a3ae8e550..1a5062b448 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))