mirror of
https://github.com/golang/go
synced 2024-11-21 17:54:39 -07:00
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
Block a user