mirror of https://github.com/golang/go.git
clean new garbage collector benchmark binaries
TBR=agl1 CC=golang-dev https://golang.org/cl/207055
This commit is contained in:
parent
aee1434193
commit
c9bbee46b0
|
|
@ -23,5 +23,5 @@ all: $(addsuffix .out, $(ALL))
|
|||
bench: $(addsuffix .bench, $(ALL))
|
||||
|
||||
clean:
|
||||
rm -f *.[$(OS)] $(ALL)
|
||||
rm -f *.[$(OS)] $(addsuffix .out, $(ALL))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue