]> Cypherpunks repositories - gostls13.git/commitdiff
clean new garbage collector benchmark binaries
authorRuss Cox <rsc@golang.org>
Wed, 10 Feb 2010 08:43:31 +0000 (00:43 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 10 Feb 2010 08:43:31 +0000 (00:43 -0800)
TBR=agl1
CC=golang-dev
https://golang.org/cl/207055

test/garbage/Makefile

index 0a3ae8e5508395c61747b4141db91cbd36fc2abb..1a5062b448158aca68e94f56418dc76e92c96b33 100644 (file)
@@ -23,5 +23,5 @@ all: $(addsuffix .out, $(ALL))
 bench: $(addsuffix .bench, $(ALL))
 
 clean:
-       rm -f *.[$(OS)] $(ALL)
+       rm -f *.[$(OS)] $(addsuffix .out, $(ALL))