Commit c9bbee46 authored by Russ Cox's avatar Russ Cox

clean new garbage collector benchmark binaries

TBR=agl1
CC=golang-dev
https://golang.org/cl/207055
parent aee14341
...@@ -23,5 +23,5 @@ all: $(addsuffix .out, $(ALL)) ...@@ -23,5 +23,5 @@ all: $(addsuffix .out, $(ALL))
bench: $(addsuffix .bench, $(ALL)) bench: $(addsuffix .bench, $(ALL))
clean: clean:
rm -f *.[$(OS)] $(ALL) rm -f *.[$(OS)] $(addsuffix .out, $(ALL))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment