diff options
| author | Russ Cox <rsc@golang.org> | 2010-02-10 00:43:31 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-02-10 00:43:31 -0800 |
| commit | 8fc19e0d7dfcabf6a12567e15b666f4d3c2931ff (patch) | |
| tree | 517c39c7066da197792ff6a255ba9e1e621bc9f6 | |
| parent | 7086ba674c743e12521b3cbfb3d2b5e1a3469c11 (diff) | |
| download | golang-8fc19e0d7dfcabf6a12567e15b666f4d3c2931ff.tar.gz | |
clean new garbage collector benchmark binaries
TBR=agl1
CC=golang-dev
http://codereview.appspot.com/207055
| -rw-r--r-- | test/garbage/Makefile | 2 |
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)) |
